jbaysolutions / vue-grid-layout

A draggable and resizable grid layout, for Vue.js.
https://jbaysolutions.github.io/vue-grid-layout/
MIT License
7.07k stars 1.49k forks source link

Grid width becomes zero when I render it in tabs and do some action that causes resize event. #763

Open AbdulKadirKhann opened 1 year ago

AbdulKadirKhann commented 1 year ago

Software version (please complete the following information):

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.

Miltonbhowmick commented 1 year ago

Do you have some screenshots?