Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引用Element Plus Table V2时 会出现样式找不到 #307

Closed
fangqifan opened this issue Aug 7, 2023 · 0 comments
Closed

引用Element Plus Table V2时 会出现样式找不到 #307

fangqifan opened this issue Aug 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fangqifan
Copy link

当引入Table V2 使用排序、筛选时会出现样式文件找不到
image
发现问题出在vite.config.ts

Table V2组件会出现名称为table-v2-sort-order等名称,导致原有规则解析失败

临时解决方案:

const compomentName = name.startsWith('table-v2') ? 'table-v2' : name.substring(3)
return `element-plus/es/components/${compomentName}/style/css`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants