yangfeng
2023-08-11 6291de84d5f68f1f1cd90031c18183a2c1489555
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>