Skip to content

Commit cc47df3

Browse files
authored
Update mounted instead of ready
1 parent cffcc49 commit cc47df3

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)