swarnamath/pages/about.vue

18 lines
307 B
Vue

<template>
<v-text>
<!-- mounted() {
document.onreadystatechange = () => {
if (document.readyState == "complete") {
console.log('Page completed with image and files!')
// HOW LOAD COMPONENTS HERE?
this.readyStateComplete = true
}
}
}, -->
</v-text>
</template>