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>
export default {
mounted() {
console.log('Component ready.')
console.log('Component mounted.')
}
}
</script>