Wrapping vue3 component with pure Javascript #7558
jamie-mttk
started this conversation in
General Discussions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have inited a new project, the idea is to wrapping vue3 component with pure Javascript.
This project implement Vue3 component with pure Javascript instead of Single-File Component(SFC). The target of this project to find an alternative way of warpping vue3 component. and coudl work with SFC together.
Generally a vue component includes tempalte/v-model/props/event/slot/method, this project will try to convert them to script with the same functionalities.
Component project
Demo project
Beta Was this translation helpful? Give feedback.
All reactions