fix(runtime-core): ensure renderCache always exists

This commit is contained in:
Evan You
2020-02-18 14:43:04 -05:00
parent 028f748c32
commit 8383e5450e
2 changed files with 2 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ const publicPropertiesMap: Record<
> = {
$: i => i,
$el: i => i.vnode.el,
$cache: i => i.renderCache || (i.renderCache = []),
$data: i => i.data,
$props: i => i.propsProxy,
$attrs: i => i.attrs,