s9e127 dynamic component lifecycle hooks
This commit is contained in:
parent
0dfeb0cda9
commit
ec05febebf
@ -15,6 +15,12 @@
|
||||
},
|
||||
destroyed(){
|
||||
console.log("destroyed")
|
||||
},
|
||||
deactivated(){
|
||||
console.log("went away from new");
|
||||
},
|
||||
activated(){
|
||||
console.log("HI IM NEW");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user