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