fix(compiler-dom): properly stringify v-html/v-text with constant value
fix #5439 close #5445
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user