wip(compiler-ssr): text and interpolation
This commit is contained in:
@@ -1 +1,7 @@
|
||||
//
|
||||
import { registerRuntimeHelpers } from '@vue/compiler-core'
|
||||
|
||||
export const INTERPOLATE = Symbol(`interpolate`)
|
||||
|
||||
registerRuntimeHelpers({
|
||||
[INTERPOLATE]: `interpolate`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user