-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
[Feature request] Reference globally registered component to Vetur #2243
Comments
Why mixing global components and multiple-roots in the same issue? If it's because it is supposed to depend on the new configuration file then I would still keep it separate with it being dependant on the other. |
It is only a message for guide users to discuss RFCs. |
My comment was about the RFC itself. It IMO shouldn't mix global components into it. |
Add in v0.31.0 |
I loss your comment. 😅 |
I might have been confused initially anyway so probably all good. |
Feature Request
First off all, thanks for this great update! Having props check and component signature is so useful, you are catching up fast with TSX.
I wondered if you though of a way of referencing globally registered components?
For exemple in Nuxt, I have a plugin that register a bunch of components, but the path can be different for all every project. Maybe a config file like
vetur.config.js
to indicate a path to the file?The text was updated successfully, but these errors were encountered: