AppMain.vue 288 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <template> <router-view class="app-main" /> <!-- <router-view v-slot="{ Component, route}" class="app-main">--> <!-- <keep-alive>--> <!-- <component :is="Component" :key="route.path" />--> <!-- </keep-alive>--> <!-- </router-view>--> </template> <script setup> </script>