chore: move dom element config to compiler-dom

This commit is contained in:
Evan You
2019-10-21 16:25:16 -04:00
parent 052febc127
commit bb85aefc03
5 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
import { createRenderer } from '@vue/runtime-core'
import { isHTMLTag, isSVGTag } from '@vue/shared'
import { nodeOps } from './nodeOps'
import { patchProp } from './patchProp'
// Importing from the compiler, will be tree-shaken in prod
import { isHTMLTag, isSVGTag } from '@vue/compiler-dom'
const { render, createApp } = createRenderer<Node, Element>({
patchProp,