This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
Replies: 2 comments 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
这玩意可以直接在浏览器里编译
.vue
组件(支持组件嵌套),刚刚试了一下能用,主要的限制是因为需要 fetch 文件,所以主入口好像只能声明异步组件Vue.defineAsyncComponent
https://github.com/FranckFreiburger/vue3-sfc-loader
index.html
app.vue
component.vue
Beta Was this translation helpful? Give feedback.
All reactions