You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenever I use v-model on the component <my-component v-model="value" /> which has multiple roots it always gives warnings
[Vue warn]: Extraneous non-emits event listeners (update:modelValue) were passed to component but could not be
automatically inherited because component renders fragment or text root nodes. If the listener is intended to be
a component custom event listener only, declare it using the "emits" option.
at <my-component modelValue=null onUpdate:modelValue=fn >
can multi roots be supported with v-model without warnings? Or any way to wrap it with non-renderable tag?
What does the proposed API look like?
none
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I have a component which looks similar to this
whenever I use
v-model
on the component<my-component v-model="value" />
which has multiple roots it always gives warningscan multi roots be supported with
v-model
without warnings? Or any way to wrap it with non-renderable tag?What does the proposed API look like?
none
The text was updated successfully, but these errors were encountered: