fix: 新增图表列表数据

This commit is contained in:
MTrun
2022-01-13 16:20:25 +08:00
parent 24c649d19f
commit f243dbdd55
10 changed files with 120 additions and 43 deletions
@@ -1,7 +1,7 @@
<template>
<router-view #default="{ Component, route }">
<!-- todo 动画暂时不生效待处理 -->
<transition name="v-modal" mode="out-in" appear>
<transition name="fade" mode="out-in" appear>
<component
v-if="route.noKeepAlive"
:is="Component"