Skip to content

Commit 4c6e477

Browse files
authored
Merge pull request laravel#4059 from insoutt/insoutt-patch-1
[5.4] Update mounted instead of ready
2 parents cffcc49 + cc47df3 commit 4c6e477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/js/components/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script>
1818
export default {
1919
mounted() {
20-
console.log('Component ready.')
20+
console.log('Component mounted.')
2121
}
2222
}
2323
</script>

0 commit comments

Comments
 (0)