init
This commit is contained in:
18
pages/about.vue
Normal file
18
pages/about.vue
Normal 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>
|
||||
Reference in New Issue
Block a user