正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| ... | @@ -23,7 +23,7 @@ function resolve(dir) { | ... | @@ -23,7 +23,7 @@ function resolve(dir) { |
| 23 | * that provide pure *.vue files that need compiling | 23 | * that provide pure *.vue files that need compiling |
| 24 | * https://simulatedgreg.gitbooks.io/electron-vue/content/en/webpack-configurations.html#white-listing-externals | 24 | * https://simulatedgreg.gitbooks.io/electron-vue/content/en/webpack-configurations.html#white-listing-externals |
| 25 | */ | 25 | */ |
| 26 | -let whiteListedModules = ['vue'] | 26 | +let whiteListedModules = ['vue','element-ui'] |
| 27 | 27 | ||
| 28 | let rendererConfig = { | 28 | let rendererConfig = { |
| 29 | devtool: '#cheap-module-eval-source-map', | 29 | devtool: '#cheap-module-eval-source-map', | ... | ... |
-
请 注册 或 登录 后发表评论