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

feature: recover vue3 syntax support #157

Closed BoxiTon closed 5 months ago

BoxiTon commented 1 year ago

I have upgraded the Vue3 version and supported syntax parsing related to Vue3. You can view vue3-test.html file.

BoxiTon commented 1 year ago

I have upgraded the Vue3 version and supported syntax parsing related to Vue3. You can view vue3-test.html file.

FranckFreiburger commented 5 months ago

Thanks for your PR, TS is now supported.