把babel.config.js文件的style:true 改为 style: ‘css’ 试试module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], plugins: [ [ "import", { libraryName: "ant-design-vue", libraryDirectory: "es", style: 'css' } ] ] }
把
babel.config.js文件的style:true改为style: ‘css’试试