@@ -34,7 +34,7 @@ module.exports = {
if (value) {
this.insert()
} else {
- this.unbind()
+ this.teardown()
}
},
@@ -64,7 +64,7 @@ module.exports = {
transition.before(el, ref, vm)
- unbind: function () {
+ teardown: function () {
if (this.decompile) {
this.decompile()
this.decompile = null
@@ -20,7 +20,7 @@ module.exports = {
update: function (id) {
this.compile(id)
@@ -58,7 +58,7 @@ module.exports = {