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