JimmyLoOo

Results 1 comments of JimmyLoOo

在webpack中添加如下配置: ``` module.export{ ... resolve:{ alias:{ 'vue$':'vue/dist/vue.js' } } } ```