张恒

Merge branch 'SynchronizedUpdates' of https://github.com/umbrella22/electron-vue…

…-template into SynchronizedUpdates
......@@ -24,7 +24,7 @@ function resolve(dir) {
* that provide pure *.vue files that need compiling
* https://simulatedgreg.gitbooks.io/electron-vue/content/en/webpack-configurations.html#white-listing-externals
*/
let whiteListedModules = ['vue']
let whiteListedModules = ['vue',"element-ui"]
let rendererConfig = {
devtool: '#cheap-module-eval-source-map',
......