vuejs/vue-vapor

[Bug] `v-model` cannot be used in `v-for`

LittleSound opened this issue · 1 comments

Bug Demo

The v-model depends on the lifecycle hooks of directives, but the implementation of lifecycle hooks for v-for is not perfect. The PR #123 will fix this issue. (The Demo in PR #123)

Fixed in #123