umbrella22

修正一个可能导致el-table无法出现的问题

...@@ -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',
......