fix(compiler-dom): properly stringify v-html/v-text with constant value

fix #5439
close #5445
This commit is contained in:
Evan You
2022-05-13 08:57:43 +08:00
parent cd92654510
commit 6283b2ec41
5 changed files with 89 additions and 29 deletions

View File

@@ -59,6 +59,7 @@ export {
PropsExpression
} from './transforms/transformElement'
export { processSlotOutlet } from './transforms/transformSlotOutlet'
export { getConstantType } from './transforms/hoistStatic'
export { generateCodeFrame } from '@vue/shared'
// v2 compat only