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

View File

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