refactor(ssr): move escapeHtml to shared

This commit is contained in:
Evan You
2020-02-02 22:08:20 -05:00
parent 327670a034
commit d1eed36452
10 changed files with 37 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ import {
isVoidTag
} from '@vue/shared'
import { renderProps } from './renderProps'
import { escapeHtml } from './ssrUtils'
import { escapeHtml } from '@vue/shared'
const {
isVNode,