Use router-view as child

pull/2205/head
Cagatay Civici 2022-02-23 22:01:47 +03:00
parent a37d7157fd
commit 6900db8f82
2 changed files with 2 additions and 4 deletions

View File

@ -196,7 +196,7 @@ export default {
},
scrollListener: null,
container: null,
mounted() {console.log(this.theme)
mounted() {
this.bindScrollListener();
},
beforeUnmount() {

View File

@ -1,5 +1,3 @@
<template>
<div>
<router-view></router-view>
</div>
<router-view></router-view>
</template>