yangfeng
2023-08-02 4a2ae34a3cf85f5e8b0409b858cfbb12ef8b5ee2
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>