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