FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

supports asynchronous style preprocessors #54

Closed FranckFreiburger closed 5 months ago

FranckFreiburger commented 3 years 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.

FranckFreiburger commented 5 months ago

fixed by https://github.com/FranckFreiburger/vue3-sfc-loader/commit/d0910ff14678a721f8fe2f1f8d1de0b153bba921