Merge pull request #4059 from insoutt/insoutt-patch-1
[5.4] Update mounted instead of ready
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log('Component ready.')
|
console.log('Component mounted.')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user