wip: is usage compat

This commit is contained in:
Evan You
2021-04-16 11:43:05 -04:00
parent e130c7db23
commit d974adb327
3 changed files with 36 additions and 12 deletions

View File

@@ -31,7 +31,10 @@ type DeprecationData = {
const deprecationData: Record<CompilerDeprecationTypes, DeprecationData> = {
[CompilerDeprecationTypes.IS_ON_ELEMENT]: {
message: ``,
message:
`Platform-native elements with "is" prop will no longer be ` +
`treated as components in Vue 3 unless the "is" value is explicitly ` +
`prefixed with "vue:".`,
link: `https://v3.vuejs.org/guide/migration/custom-elements-interop.html`
},