[Bug] `v-model` cannot be used in `v-for`
LittleSound opened this issue · 1 comments
LittleSound commented
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)
LittleSound commented
Fixed in #123