This commit is contained in:
Aresn 2017-06-07 16:31:57 +08:00
parent f1f0206c70
commit b8adf5cf2d
5 changed files with 20281 additions and 33 deletions

View file

@ -27,7 +27,7 @@ module.exports = merge(webpackBaseConfig, {
resolve: {
alias: {
iview: '../../src/index',
// vue: 'vue/dist/vue.js'
// vue: 'vue/dist/vue.esm.js'
vue: 'vue/dist/vue.runtime.js'
}
},