webpack 加载vue组件webpack You are using the runtime-only build of Vue where the template compiler is no
场景.webpack加载vue进行开发的时候,曝出这样错误webpackYouareusingtheruntime-onlybuildofVuewherethetemplatecompilerisnotavailable.webpack的配置情况是{test:/\.vue$/,use:[{loader:'vue-loader'}]}.entry文件的加载方式是importVuefrom'vue';