-
-
Notifications
You must be signed in to change notification settings - Fork 119
docs: add volar usage & translate #486
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
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! Some comments left for you 🏓
docs/guide/bundler-integration.md
Outdated
"@vue-macros/volar/export-expose", // Or "@vue-macros/volar/export-props" | ||
"@vue-macros/volar/export-render", |
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.
These three are mutually exclusive. We need to point this out in more detailedly.
@@ -141,7 +141,8 @@ npm i -D @vue-macros/volar | |||
"@vue-macros/volar/define-props-refs", | |||
"@vue-macros/volar/short-vmodel", | |||
"@vue-macros/volar/define-slots", | |||
"@vue-macros/volar/export-props", | |||
"@vue-macros/volar/export-expose", // 或 "@vue-macros/volar/export-props", |
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.
Same here
No description provided.