Topic: Background flashes two times when popup modal with element ui table
Below is my code, a simple modal with element-ui on it.
m-modal(:show="modal" @close="modal = false" centered)
m-modal-body
el-table(:data='queriedData' row-key="id")
el-table-column(label="Node name" prop='iess' min-width="260")
When the modal shows, it seems struggles and tries two times bounces for putting itselft on the screen. I can see the background flashes two times when popping up the modal.
Any one has the similar problem or what should I do to avoid the "flash" ? Thank you.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB4 6.7.2
- Device: desktop
- Browser: chrome
- OS: windows 10
- Provided sample code: No
- Provided link: No
Tags
Related topics
Mikołaj Smoleński staff commented 3 years ago
We read about such issue for the first time. Are you able to recreate it with the snippets editor?
Keep coding, Mikołaj from MDB