unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.64k stars 340 forks source link

按需加载时提示找不到CSS样式 #667

Open JiangYeming opened 11 months ago

JiangYeming commented 11 months ago

Clear and concise description of the problem

[plugin:vite:import-analysis] Failed to resolve import "ant-design-vue/es/button/style/css" from "src\views\HomeView.vue". Does the file exist? 按需加载时提示找不到CSS样式

Suggested solution

就这个问题

Alternative

No response

Additional context

No response

Validations

lb1129 commented 11 months ago

antv4 使用 cssInJs

AntDesignVueResolver({
  importStyle: false
})