Open fxt-coder opened 2 years ago
Anyone else able to resolve this issue?
Add css to the grid to disable the animations, then after a few milliseconds remove the class from the wrapper component
.firstTimeLoadingClass{
.vue-grid-layout {
transition: none;
}
.vue-grid-item {
transition: none;
}
}
During initialization, components will be squeezed in the upper left corner