File tree 8 files changed +12192
-11874
lines changed
8 files changed +12192
-11874
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
19
19
- Documentation: https://pro.antdv.com/docs/getting-started
20
20
- ChangeLog: https://pro.antdv.com/docs/changelog
21
21
- FAQ: https://pro.antdv.com/docs/faq
22
+ - Vue3 ProLayout: https://github.com/vueComponent/pro-layout
22
23
23
24
Overview
24
25
----
@@ -71,7 +72,7 @@ yarn run lint
71
72
72
73
### Other
73
74
74
- - ** IMPORTANT : About Issue feedback !! when opening Issue read [ Issue / PR Contributing] ( https://github.com/vueComponent/ant-design-vue-pro/issues/90 ) **
75
+ - ** IMPORTANT : Issue feedback !! when opening Issue read [ Issue / PR Contributing] ( https://github.com/vueComponent/ant-design-vue-pro/issues/90 ) **
75
76
76
77
- [ Vue-cli3] ( https://cli.vuejs.org/guide/ ) used by the project.
77
78
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
19
19
- 文档: https://pro.antdv.com/docs/getting-started
20
20
- 更新日志: https://pro.antdv.com/docs/changelog
21
21
- 常见问题: https://pro.antdv.com/docs/faq
22
-
22
+ - Vue3 ProLayout: https://github.com/vueComponent/pro-layout
23
23
24
24
Overview
25
25
----
Original file line number Diff line number Diff line change 11
11
"lint:nofix" : " vue-cli-service lint --no-fix"
12
12
},
13
13
"dependencies" : {
14
- "@ant-design-vue/pro-layout" : " ^1.0.8 " ,
14
+ "@ant-design-vue/pro-layout" : " ^1.0.10 " ,
15
15
"@antv/data-set" : " ^0.10.2" ,
16
16
"ant-design-vue" : " ^1.7.6" ,
17
17
"axios" : " >=0.21.1" ,
38
38
},
39
39
"devDependencies" : {
40
40
"@ant-design/colors" : " ^3.2.1" ,
41
+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.2.1" ,
41
42
"@vue/cli-plugin-babel" : " ^4.0.4" ,
42
43
"@vue/cli-plugin-eslint" : " ^4.0.4" ,
43
44
"@vue/cli-plugin-router" : " ^4.0.4" ,
52
53
"eslint" : " ^5.16.0" ,
53
54
"eslint-plugin-html" : " ^5.0.0" ,
54
55
"eslint-plugin-vue" : " ^5.2.3" ,
56
+ "file-loader" : " ^6.2.0" ,
55
57
"git-revision-webpack-plugin" : " ^3.0.6" ,
56
58
"less" : " ^3.0.4" ,
57
59
"less-loader" : " ^5.0.0" ,
60
+ "regenerator-runtime" : " ^0.13.9" ,
58
61
"vue-svg-icon-loader" : " ^2.1.1" ,
59
62
"vue-template-compiler" : " ^2.6.14" ,
60
63
"webpack-theme-color-replacer" : " ^1.3.12"
You can’t perform that action at this time.
0 commit comments