mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-10 08:19:10 +08:00
chore: update repo references
This commit is contained in:
parent
a883ce1296
commit
f3f3650c20
10
CHANGELOG.md
10
CHANGELOG.md
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
`2020-12-12`
|
`2020-12-12`
|
||||||
|
|
||||||
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/jsx-next/pull/218)
|
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/babel-plugin-jsx/pull/218)
|
||||||
|
|
||||||
## 1.0.0-rc.4
|
## 1.0.0-rc.4
|
||||||
|
|
||||||
@ -67,15 +67,15 @@
|
|||||||
|
|
||||||
`2020-09-14`
|
`2020-09-14`
|
||||||
|
|
||||||
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/jsx-next/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
|
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/babel-plugin-jsx/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
|
||||||
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/jsx-next/commit/e16695d87e269000055828f32492690c4cf796b2))
|
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/babel-plugin-jsx/commit/e16695d87e269000055828f32492690c4cf796b2))
|
||||||
|
|
||||||
## 1.0.0-rc.2
|
## 1.0.0-rc.2
|
||||||
|
|
||||||
`2020-08-28`
|
`2020-08-28`
|
||||||
|
|
||||||
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/jsx-next/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
|
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/babel-plugin-jsx/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
|
||||||
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/jsx-next/pull/67)
|
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/babel-plugin-jsx/pull/67)
|
||||||
|
|
||||||
## 1.0.0-rc.1
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Vue 3 Babel JSX 插件
|
# Vue 3 Babel JSX 插件
|
||||||
|
|
||||||
[![CircleCI](https://circleci.com/gh/vuejs/jsx-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
|
[![CircleCI](https://circleci.com/gh/vuejs/babel-plugin-jsx.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
|
||||||
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square)](https://github.com/actions-cool/issues-helper)
|
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square)](https://github.com/actions-cool/issues-helper)
|
||||||
|
|
||||||
以 JSX 的方式来编写 Vue 代码
|
以 JSX 的方式来编写 Vue 代码
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Babel Plugin JSX for Vue 3.0
|
# Babel Plugin JSX for Vue 3.0
|
||||||
|
|
||||||
[![CircleCI](https://circleci.com/gh/vuejs/jsx-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
|
[![CircleCI](https://circleci.com/gh/vuejs/babel-plugin-jsx.svg?style=svg)](https://circleci.com/gh/vuejs/babel-plugin-jsx) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
|
||||||
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square)](https://github.com/actions-cool/issues-helper)
|
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square)](https://github.com/actions-cool/issues-helper)
|
||||||
|
|
||||||
To add Vue JSX support.
|
To add Vue JSX support.
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"description": "Babel plugin for Vue 3.0 JSX",
|
"description": "Babel plugin for Vue 3.0 JSX",
|
||||||
"author": "Amour1688 <lcz_1996@foxmail.com>",
|
"author": "Amour1688 <lcz_1996@foxmail.com>",
|
||||||
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
|
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/jsx-next.git"
|
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf dist && tsc",
|
"build": "rm -rf dist && tsc",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"prepublishOnly": "yarn build"
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/jsx-next/issues"
|
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
Loading…
Reference in New Issue
Block a user