兰宝车间质量管理系统-前端
LiuHao
2024-04-15 9da3f1f2d7003e1db30fdb23151806aab54c20f2
src/layout/components/AppMain.vue
@@ -1,6 +1,6 @@
<template>
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
    <router-view v-slot="{ Component, route }" :key="$route.fullPath">
      <transition :enter-active-class="animante" mode="out-in">
        <keep-alive :include="tagsViewStore.cachedViews">
          <component :is="Component" v-if="!route.meta.link" :key="route.path" />