在webpack.config.js中加入
const VueLoaderPlugin = require('vue-loader/lib/plugin');
plugins: [ new VueLoaderPlugin() ]