umbrella22

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

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