vue-grid-layout
vue-grid-layout copied to clipboard
Grid width becomes zero when I render it in tabs and do some action that causes resize event.
Software version (please complete the following information):
- Chrome [114.0.5735.199]
- Vue Version [2.7.8]
- vue-grid-layout [e.g. 2.4.0]
Describe the bug I am using vuetify tabs with each tab rendering a grid. I also have drawers in the app. So when I open the drawer and close it, the grid in the inactive tabs gets a width of 0. This breaks the layout.
Expected behavior It should get proper width when there is resize event in inactive tabs.
Do you have some screenshots?