This commit is contained in:
Kar
2022-09-21 22:06:36 +05:30
commit 7a790d9211
31 changed files with 11874 additions and 0 deletions

18
pages/about.vue Normal file
View File

@@ -0,0 +1,18 @@
<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>