wip(compiler-ssr): text and interpolation

This commit is contained in:
Evan You
2020-02-02 22:28:54 -05:00
parent d1eed36452
commit 63e4486645
6 changed files with 87 additions and 36 deletions

View File

@@ -1 +1,7 @@
//
import { registerRuntimeHelpers } from '@vue/compiler-core'
export const INTERPOLATE = Symbol(`interpolate`)
registerRuntimeHelpers({
[INTERPOLATE]: `interpolate`
})