diff --git a/packages/runtime-core/src/optional/memoize.ts b/packages/runtime-core/src/optional/memoize.ts index 1659ff15..d1a77b63 100644 --- a/packages/runtime-core/src/optional/memoize.ts +++ b/packages/runtime-core/src/optional/memoize.ts @@ -12,6 +12,9 @@ // return memoize(h('div', this.msg + this.count), this, 0, [this.msg]) // } +// TODO how does this work in v-for? +// probably need to take vnode key into consideration + import { Component } from '../component' import { warn } from '../warning'