chore: rename package namesapce from ant-design-vue to vue

This commit is contained in:
Amour1688
2020-08-28 09:42:13 +08:00
parent 76fd572720
commit 09c220eeff
7 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# Babel Plugin JSX for Vue 3.0
![test](https://github.com/vueComponent/jsx/workflows/test/badge.svg) [![npm package](https://img.shields.io/npm/v/@ant-design-vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@ant-design-vue/babel-plugin-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/@ant-design-vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@ant-design-vue/babel-plugin-jsx)
To add Vue JSX support.
@@ -11,14 +11,14 @@ English | [简体中文](/packages/babel-plugin-jsx/README-zh_CN.md)
Install the plugin with:
```bash
npm install @ant-design-vue/babel-plugin-jsx -D
npm install @vue/babel-plugin-jsx -D
```
Then add the plugin to .babelrc:
```js
{
"plugins": ["@ant-design-vue/babel-plugin-jsx"]
"plugins": ["@vue/babel-plugin-jsx"]
}
```