Skip to content

Commit e0573e6

Browse files
committed
Use mounted instead of ready
1 parent 6f9a450 commit e0573e6

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
@@ -16,7 +16,7 @@
1616

1717
<script>
1818
export default {
19-
ready() {
19+
mounted() {
2020
console.log('Component ready.')
2121
}
2222
}

0 commit comments

Comments
 (0)