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