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
* The default name for a value passed using v-model.
22
+
*/
23
+
modelValue: {
24
+
type: String,
25
+
default: undefined,
26
+
require: false,
27
+
},
20
28
/**
21
29
* Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`.
0 commit comments