Skip to content

Commit

Permalink
resolve iterator eventbind problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewyzee committed Feb 18, 2019
1 parent 933c7b1 commit 7b11eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/mp/runtime/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getVM (vm, comkeys = []) {
for (let i = 0; i < len; i++) {
const v = res.$children[i]
const k = getComKey(v)
if (k === key) {
if (k === keys.join(KEY_SEP)) {
res = v
return res
}
Expand Down

0 comments on commit 7b11eff

Please sign in to comment.