src/components/layout/components/AppMain.vue
@@ -1,9 +1,7 @@ <template> <div class="app-main"> <AppHeader :headerTitle="$route.meta.title" /> <transition> <router-view :key="key" /> </transition> <router-view :key="key" /> </div> </template>