We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab3d68 commit d24dcf7Copy full SHA for d24dcf7
docs/load-on-demand.md
@@ -72,7 +72,7 @@
72
import App from './App'
73
74
// 引入 按需组件的统一引入文件
75
- import './core/use'
+ import './core/lazy_use'
76
77
import './style/index.less'
78
@@ -92,4 +92,4 @@
92
93
94
1. Ant Design Vue 1.2.x 版本起,采用的 ant-design 官方方案 svg Icon 组件,整个项目打包会变大很多,图标进行按需加载可参考 https://github.com/HeskeyBaozi/reduce-antd-icons-bundle-demo
95
-2. moment 按需加载 可参考 https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
+2. moment 按需加载 可参考 https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
0 commit comments