[Feature Request] How to make el-popover lazy load content to avoid being bad performance on loop rendering
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
Yes
### Component Name
el-popover
### Description
I'm using v-for on el-popover, the problem is, every contents on el-popover was rendered when init, which will make it a really long time to wait for it.
So is there a way to lazy load el-popover content when it was on clicked but not on initiated?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.