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.19k stars 127 forks source link

feature: recover vue3 syntax support #157

Closed BoxiTon closed 10 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 10 months ago

Thanks for your PR, TS is now supported.