Skip to content

Commit d24dcf7

Browse files
luyu1314sendya
authored andcommitted
Update load-on-demand.md
1 parent 1ab3d68 commit d24dcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/load-on-demand.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
import App from './App'
7373

7474
// 引入 按需组件的统一引入文件
75-
import './core/use'
75+
import './core/lazy_use'
7676

7777
import './style/index.less'
7878

@@ -92,4 +92,4 @@
9292

9393

9494
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
95+
2. moment 按需加载 可参考 https://github.com/jmblog/how-to-optimize-momentjs-with-webpack

0 commit comments

Comments
 (0)