Update mounted instead of ready
This commit is contained in:
parent
cffcc4932d
commit
cc47df31a8
|
@ -17,7 +17,7 @@
|
|||
<script>
|
||||
export default {
|
||||
mounted() {
|
||||
console.log('Component ready.')
|
||||
console.log('Component mounted.')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue