chore: fix typo (#5282) [ci skip]
This commit is contained in:
parent
d0b9708620
commit
e8022755ae
@ -387,7 +387,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
|
|||||||
: hasOwn(comp.props, 'modelValue'))
|
: hasOwn(comp.props, 'modelValue'))
|
||||||
) {
|
) {
|
||||||
return (
|
return (
|
||||||
`Component delcares "modelValue" prop, which is Vue 3 usage, but ` +
|
`Component declares "modelValue" prop, which is Vue 3 usage, but ` +
|
||||||
`is running under Vue 2 compat v-model behavior. You can ${configMsg}`
|
`is running under Vue 2 compat v-model behavior. You can ${configMsg}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user