-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support vue 3 #386
Comments
|
Is there any general timeline on support for vue3? |
@Kocal @crutch12 I created a fork that uses the new @vue/compiler-sfc. I put up an npm package until such time that an official one from Kocal might come up (also invited as maintainer on that package). fork is available here: |
Fixed by #440, released in 4.0.0, thanks @DaveTorrey! |
To compile vue3 template we have to use @vue/compiler-sfc because vue-template-compiler is for vue2 only.
The text was updated successfully, but these errors were encountered: