1
lzhe
2025-07-08 561224d0c6ea8767766a8114ce15c98e31b6a0d9
1
2
3
4
5
6
7
<template>
  <router-view #="{ Component }">
    <keep-alive :include="$store.getters.tagsKeep">
      <component :is="Component" />
    </keep-alive>
  </router-view>
</template>