|
@@ -175,8 +175,6 @@ module.exports = {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
this.reset()
|
|
this.reset()
|
|
|
- // attach an object to container to hold handlers
|
|
|
|
|
- this.container.vue_dHandlers = utils.hash()
|
|
|
|
|
// if initiating with an empty collection, we need to
|
|
// if initiating with an empty collection, we need to
|
|
|
// force a compile so that we get all the bindings for
|
|
// force a compile so that we get all the bindings for
|
|
|
// dependency extraction.
|
|
// dependency extraction.
|
|
@@ -311,8 +309,7 @@ module.exports = {
|
|
|
data: data,
|
|
data: data,
|
|
|
compilerOptions: {
|
|
compilerOptions: {
|
|
|
repeat: true,
|
|
repeat: true,
|
|
|
- parentCompiler: this.compiler,
|
|
|
|
|
- delegator: ctn
|
|
|
|
|
|
|
+ parentCompiler: this.compiler
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
item.$index = index
|
|
item.$index = index
|
|
@@ -410,12 +407,6 @@ module.exports = {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- var ctn = this.container,
|
|
|
|
|
- handlers = ctn.vue_dHandlers
|
|
|
|
|
- for (var key in handlers) {
|
|
|
|
|
- ctn.removeEventListener(handlers[key].event, handlers[key])
|
|
|
|
|
- }
|
|
|
|
|
- ctn.vue_dHandlers = null
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
unbind: function () {
|
|
unbind: function () {
|