1 .You are using the runtime-only build of Vue where the template compiler is not available. Either pre
解決辦法
1 .import vue from 'vue/dist/vue.js'
分析
1 .直接 在別的文件里面使用import Vue from 'vue'
2 .得到的是vue.commmon.js版本
3 .在Vue的package.json中的main屬性決定了色难,當(dāng)項(xiàng)目被引入的時(shí)候,輸出的是哪個(gè)文件尺迂,而Vue的package.json中的mai'n指向的是dist/vue.runntime.common.js
4 .