Update mounted instead of ready
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<script>
|
||||
export default {
|
||||
mounted() {
|
||||
console.log('Component ready.')
|
||||
console.log('Component mounted.')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user