// vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true // 这里不要留 configureWebpack 了,删干净 })