gaoshp
2025-07-08 430b9dab615b1ef48d59a6c21e93ee265ad29b76
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>