fixed #1222
This commit is contained in:
parent
8b73f45bf7
commit
8e7ac21077
4 changed files with 16 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
|||
row: Object
|
||||
},
|
||||
mounted () {
|
||||
console.log(1);
|
||||
// console.log(1);
|
||||
},
|
||||
beforeDestroy () {
|
||||
console.log(2);
|
||||
// console.log(2);
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue