test: fix some tests

This commit is contained in:
Evan You
2018-11-08 12:54:11 -05:00
parent 157971b3cb
commit bd1b06f1cc
5 changed files with 25 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import { isFunction, isReservedKey } from '@vue/shared'
import { warn } from './warning'
import { isRendering } from './componentUtils'
import { isObservable } from '@vue/observer'
import { reservedMethods } from '@vue/runtime-dom'
import { reservedMethods } from './componentOptions'
const bindCache = new WeakMap()