]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: todos
authorEvan You <yyx990803@gmail.com>
Sat, 1 Dec 2018 22:57:39 +0000 (17:57 -0500)
committerEvan You <yyx990803@gmail.com>
Sat, 1 Dec 2018 22:57:39 +0000 (17:57 -0500)
packages/runtime-core/src/optional/memoize.ts

index 1659ff1537e4eac01aa00f731f2f74ca306892af..d1a77b63e17ecfc0ec047a53619f8f5fe99cf8bc 100644 (file)
@@ -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'