yarn add razzle-plugin-vue
将其添加到 razzle.config.js
razzle.config.js
// razzle.config.jsmodule.exports = { plugins: ['vue'],};