-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Vue3: Add generic renderer stories & delete vue3 example #19219
Conversation
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.
LGTM, great job!
// TODO: I'd like to be able to export rather than imperatively calling an imported function | ||
// export const setup = (app) => { | ||
// app.component('GlobalButton', Button); | ||
// }; |
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.
Is this a concept we want to add everywhere? Like a setup function in preview.js
? Is there a use case where you wouldn't just immediately call it right away (in which case maybe having it would be adding complexity for its own sake)?
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.
cc @ndelangen
Issue: N/A
What I did
examples/vue-3-cli
to Vue3 rendererexamples/vue-3-cli
How to test