File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
12
12
update : function ( value ) {
13
13
14
- var el = this . el
14
+ var el = this . el
15
15
16
16
if ( ! this . parent ) { // the node was detached when bound
17
17
if ( ! el . parentNode ) {
Original file line number Diff line number Diff line change @@ -175,8 +175,6 @@ module.exports = {
175
175
}
176
176
177
177
this . reset ( )
178
- // attach an object to container to hold handlers
179
- this . container . vue_dHandlers = utils . hash ( )
180
178
// if initiating with an empty collection, we need to
181
179
// force a compile so that we get all the bindings for
182
180
// dependency extraction.
@@ -311,8 +309,7 @@ module.exports = {
311
309
data : data ,
312
310
compilerOptions : {
313
311
repeat : true ,
314
- parentCompiler : this . compiler ,
315
- delegator : ctn
312
+ parentCompiler : this . compiler
316
313
}
317
314
} )
318
315
item . $index = index
@@ -410,12 +407,6 @@ module.exports = {
410
407
}
411
408
}
412
409
}
413
- var ctn = this . container ,
414
- handlers = ctn . vue_dHandlers
415
- for ( var key in handlers ) {
416
- ctn . removeEventListener ( handlers [ key ] . event , handlers [ key ] )
417
- }
418
- ctn . vue_dHandlers = null
419
410
} ,
420
411
421
412
unbind : function ( ) {
You can’t perform that action at this time.
0 commit comments