不废话,直接上办法const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, // 将css和js不分开打包,css将作为内联样式注入到js中 css: { extract: false } })