Wrapping vue3 component with pure Javascript #7558
jamie-mttk
started this conversation in
General Discussions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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