Merge pull request #4059 from insoutt/insoutt-patch-1
[5.4] Update mounted instead of ready
This commit is contained in:
commit
4c6e477131
|
@ -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