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

Vue 3.2 support #99

Closed trekze closed 2 years ago

trekze commented 2 years ago

Vue 3.2 looks really interesting, particularly the new syntax sugar.

Do you know if it's safe to upgrade it to if we're using your library to load vue files?

Thanks for the great work.

H.

trekze commented 2 years ago

I went ahead and upgraded to vue 3.2 and no issues whatsoever with vue3-sfc-loader, so far. Will close the issue and someone else can open one if they find a problem.