|
<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> |