chore: fix type in compatConfig.ts (#4604) [ci skip]
This commit is contained in:
parent
08e5909659
commit
f31a6c105d
@ -429,7 +429,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
|
|||||||
message: name =>
|
message: name =>
|
||||||
`"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` +
|
`"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` +
|
||||||
`If you are seeing this warning only due to a dependency, you can ` +
|
`If you are seeing this warning only due to a dependency, you can ` +
|
||||||
`suppress this warning via { PRIVATE_APIS: 'supress-warning' }.`
|
`suppress this warning via { PRIVATE_APIS: 'suppress-warning' }.`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user