kamilic
kamilic
It seems to cause bugs when use `import('./my-module.js')`. (`./my-module.js` includes some `.css` requires.) It v4.7.5, js module will be execute after css child dependencies will be fully loaded. But in...
We also need this feature.
Is there any progress on this issue?
Is there any progress on this?
is there any solution?
I dig into codebase and found a solution. https://github.com/SortableJS/Sortable/blob/master/src/Sortable.js#L798 My fallback element inherited style is `transform: scale(0.5);`, then I change variable `scaleX` and `scaleY` to 0.5. It works. but I...
Any solutions?
related: https://github.com/vuejs/core/issues/5980