Closed Jinyang79 closed 3 years ago
解决了,我改成这个就行了
vitePluginImp({
libList: [
{
libName: 'antd',
style: (name) => `antd/es/${name}/style`
}
]
})
对于有内部引用的组件是需要这样去使用
对于有内部引用的组件是需要这样去使用
antd@4.x 还需要这个插件来实现样式按需加载吗?貌似 vite 自身已经实现了吧?
@AaronWing
这应该不可能吧,每个组件库的样式文件都可能存放在不同的地方
Describe the bug React + antd +vite 按需引入antd 样式,一些组件样式存在问题,比如 Select、DatePicker、Menu
Libarary Info "antd": "^4.15.4", "vite": "^2.3.4", "vite-plugin-imp": "^2.0.7",
To Reproduce
Expected behavior 点击 Select 显示 Option,失去焦点隐藏 Option
Error message 点击 Select 显示 Option,失去焦点没有隐藏 Option 如图