From: Evan You Date: Sat, 1 Dec 2018 22:57:39 +0000 (-0500) Subject: chore: todos X-Git-Tag: v3.0.0-alpha.0~1024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b40fa6c16d8d57e2ecff652ce6c8131fcbe36c8;p=thirdparty%2Fvuejs%2Fcore.git chore: todos --- diff --git a/packages/runtime-core/src/optional/memoize.ts b/packages/runtime-core/src/optional/memoize.ts index 1659ff1537..d1a77b63e1 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'