-
-
Notifications
You must be signed in to change notification settings - Fork 942
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
[Question] How do you can code this template? #23
Comments
I am using Vetur and somehow I don't see the error on my side. But frankly, Vitesse uses a lot of experimental features (include Vite which doesn't have a stable release yet). Which you would potentially face breaking changes and incomplete editor support. I would recommend to hold it for a while if you really care about them. |
Thank you for your quick response! I will try, because this is awesome 🥳! I appreciate your works! |
You may like to have this config "vetur.validation.interpolation": false, |
This config fixed problem no default export 🥳, but still don't have code suggestion :v |
I believe this "no default export" error is a result of using the still experimental |
Also be aware of Vetur's |
I have switched to Volar for this project which has great support for |
Today, I open this template(lastest of repo) --> But have issue with VSCode.
I researched and found this vuejs/vitepress#137 (comment) --> Evan suggest use Volar, then I try but still not work! I use Vetur 0.31.3 and VsCode lastest.
Hope you can answer this question :v
The text was updated successfully, but these errors were encountered: