- Notifications
You must be signed in to change notification settings - Fork503
feat: add a prompt to skip example code#787
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| result.needsBareboneTemplates=awaitunwrapPrompt( | ||
| confirm({ | ||
| message:language.needsBareboneTemplates.message, | ||
| // TODO: default to true sometime in the future |
haoqunjiangJul 23, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Not a must.
But when working on the many experimental features I'm planning, I can't help but think that defaulting to barebone templates would make life easier for those who want to try out these new features.
Demo code is still useful for newcomers and for educational purposes, though.
a25a0c0 intovuejs:mainUh oh!
There was an error while loading.Please reload this page.
haigoux commentedAug 3, 2025
This is awesome! Thank you |
Follow up of#636
Making the option more visible to regular users.