yangfeng
2023-08-11 78cf30802189becef2725af73f37b5d2cb28600f
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>