kamilic

Results 16 comments of 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?

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...

related: https://github.com/vuejs/core/issues/5980