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