Commit 4c6e4771 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4059 from insoutt/insoutt-patch-1

[5.4] Update mounted instead of ready
parents cffcc493 cc47df31
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<script> <script>
export default { export default {
mounted() { mounted() {
console.log('Component ready.') console.log('Component mounted.')
} }
} }
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment