remove unnecessary mounted function
This commit is contained in:
parent
c6397c34ec
commit
3c20053268
@ -20,9 +20,5 @@ export default {
|
|||||||
toggle: function (e) {
|
toggle: function (e) {
|
||||||
this.isVisible = !this.isVisible
|
this.isVisible = !this.isVisible
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
mounted: function () {
|
|
||||||
console.log(this)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user