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
<v-text-fieldtype="text"
:label="translatedLabel"
v-model="vModel"
v-bind="bind" v-on="listeners"><!-- Pass on all named slots --><slotv-for="slot in Object.keys($slots)" :name="slot" :slot="slot"></slot><!-- Pass on all scoped slots --><templatev-for="slot in Object.keys($scopedSlots)" :slot="slot" slot-scope="scope"><slot:name="slot" v-bind="scope"></slot></template></v-text-field>
In 1.8 it worked properly, in 1.9 it doesn't resolve the v-text-field component and just outputs it as is
If I use the template directly, it works correctly
The text was updated successfully, but these errors were encountered:
I import external templates like
Which contains
In 1.8 it worked properly, in 1.9 it doesn't resolve the
v-text-field
component and just outputs it as isIf I use the template directly, it works correctly
The text was updated successfully, but these errors were encountered: