Use mounted instead of ready
This commit is contained in:
parent
6f9a450f5c
commit
e0573e67e0
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
ready() {
|
mounted() {
|
||||||
console.log('Component ready.')
|
console.log('Component ready.')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue