Skip to content
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

Closed
crutch12 opened this issue Oct 13, 2020 · 4 comments
Closed

Support vue 3 #386

crutch12 opened this issue Oct 13, 2020 · 4 comments

Comments

@crutch12
Copy link

To compile vue3 template we have to use @vue/compiler-sfc because vue-template-compiler is for vue2 only.

@crutch12
Copy link
Author

vuejs/core#670 (comment)

I think this is an issue that should be fixed in vue-cli-plugin-vue-next by not including vue-template-compiler (which is for 2.x only)

@DaveTorrey
Copy link
Contributor

Is there any general timeline on support for vue3?

@DaveTorrey
Copy link
Contributor

@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:
https://github.com/DaveTorrey/jsdoc-vuejs

@Kocal
Copy link
Owner

Kocal commented Jul 8, 2021

Fixed by #440, released in 4.0.0, thanks @DaveTorrey!

@Kocal Kocal closed this as completed Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants