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

[5.4] Update mounted instead of ready
This commit is contained in:
Taylor Otwell 2016-11-28 17:37:55 -06:00 committed by GitHub
commit 4c6e477131
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<script> <script>
export default { export default {
mounted() { mounted() {
console.log('Component ready.') console.log('Component mounted.')
} }
} }
</script> </script>