vbenjs / vue-vben-admin

A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
https://vben.vvbin.cn/
MIT License
22.88k stars 6.24k forks source link

通知组件打开导致页面卡死。整个页面本地运行都明显感觉到卡顿或者说有延迟,不管是切换页面还是点击事件等等 #3909

Open chenwei1109 opened 3 weeks ago

chenwei1109 commented 3 weeks ago

⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.

Describe the bug

A clear and concise description of what the bug is..

Reproduction

Please describe the steps of the problem in detail to ensure that we can restore the correct problem

System Info

nongyehong commented 2 weeks ago

这个可能是Ant-Design-Vue中的Typography.Paragraph组件的ellipsis参数出现的问题,把ellipsis设置的{ rows: xxx }里面的参数去掉,ellipsis是可以接收boolean | ellipsis类型的,所以你直接设置为true就可以了,但就会导致ellipsis中的功能无法使用了。

nongyehong commented 2 weeks ago

但是你去看官方给的浏览链接却是可以正常使用的