chore: todos

This commit is contained in:
Evan You 2018-12-01 17:57:39 -05:00
parent 80d1eb7480
commit 1b40fa6c16

View File

@ -12,6 +12,9 @@
// return memoize(h('div', this.msg + this.count), this, 0, [this.msg]) // 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 { Component } from '../component'
import { warn } from '../warning' import { warn } from '../warning'