lily-white / learn-toutiao

0 stars 0 forks source link

使用runtime-only构建的项目扩展组件时报错 #4

Open lily-white opened 6 years ago

lily-white commented 6 years ago

You are using the runtime-only build of Vue where the template compiler is not available. 在webpack.base.conf.js加入别名 alias: { '@': resolve('src'), 'vue': 'vue/dist/vue.js' }