vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.vue
添加pluginwebpack
plugins: [ // make sure to include the plugin for the magic new VueLoaderPlugin() ],