We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915ce1c commit 3140ae3Copy full SHA for 3140ae3
generator/templates/src/plugins/ant-design-vue.js
@@ -11,8 +11,8 @@ Vue.use(Antd)
11
import { Pagination, Button } from 'ant-design-vue'
12
<%_ if (options.lang !== 'en_US') { _%>
13
import { LocaleProvider } from 'ant-design-vue'
14
-<%_ } _%>
15
Vue.component(LocaleProvider.name, LocaleProvider)
+<%_ } _%>
16
Vue.component(Pagination.name, Pagination)
17
Vue.component(Button.name, Button)
18
<%_ } _%>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-ant-design",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "vue-cli 3 plugin to add ant-design-vue",
5
"main": "index.js",
6
"scripts": {
0 commit comments