dashboard
repositories
filestore
activity
search
login
admin
/
command-center-dashboard
forked from
drone/command-center-dashboard
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:事件弹窗显示调整
shuishen
2025-04-16
a7e6761ba0cfccdf33ed552eb2d3b783c8e4ab4a
[~admin/command-center-dashboard.git]
/
src
/
page
/
index
/
layout.vue
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>