wip: plain template tag compat

This commit is contained in:
Evan You
2021-04-17 22:16:48 -04:00
parent 048ac299f3
commit 505269405e
3 changed files with 22 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ const deprecationData: Record<CompilerDeprecationTypes, DeprecationData> = {
[CompilerDeprecationTypes.COMPILER_NATIVE_TEMPLATE]: {
message:
`<template> with no special directives will render as a native template` +
`<template> with no special directives will render as a native template ` +
`element instead of its inner content in Vue 3.`
}
}