Closed FranckFreiburger closed 10 months ago
From a client-side point of view, most style pre-processors provide an asynchronous rendering API, while other pre-processors do not support a sync rendering API at all.
Then it could be useful to support async style rendering.
fixed by https://github.com/FranckFreiburger/vue3-sfc-loader/commit/d0910ff14678a721f8fe2f1f8d1de0b153bba921
From a client-side point of view, most style pre-processors provide an asynchronous rendering API, while other pre-processors do not support a sync rendering API at all.
Then it could be useful to support async style rendering.