Skip to content

Commit 3140ae3

Browse files
committed
fix: error lang is en_US #10
1 parent 915ce1c commit 3140ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: generator/templates/src/plugins/ant-design-vue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Vue.use(Antd)
1111
import { Pagination, Button } from 'ant-design-vue'
1212
<%_ if (options.lang !== 'en_US') { _%>
1313
import { LocaleProvider } from 'ant-design-vue'
14-
<%_ } _%>
1514
Vue.component(LocaleProvider.name, LocaleProvider)
15+
<%_ } _%>
1616
Vue.component(Pagination.name, Pagination)
1717
Vue.component(Button.name, Button)
1818
<%_ } _%>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-ant-design",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "vue-cli 3 plugin to add ant-design-vue",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)