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