Remove __VLS_xxx
in future
#40
johnsoncodehk
started this conversation in
General
Replies: 1 comment 1 reply
-
Look forward to vuejs/core#3399 ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The reason for choosing
__VLS_GlobalComponents
now is to be consistent with__VLS_slots
.I want to replace
__VLS_GlobalComponents
withJSX.IntrinsicElements
in future, and I expect to also replace__VLS_slots
together, but we have no replacement solution for__VLS_slots
now.In order to avoid affecting existing users,
__VLS_GlobalComponents
and__VLS_slots
will not be changed before the final decision.Related: vuejs/rfcs#192
Beta Was this translation helpful? Give feedback.
All reactions