| | |
| | | <script lang="ts" setup> |
| | | import type { EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts'; |
| | | import type { EchartsUIType } from '../../../../packages/effects/plugins/src/echarts'; |
| | | |
| | | import type { InfraRedisApi } from '#/api/infra/redis'; |
| | | |
| | | import { onMounted, ref, watch } from 'vue'; |
| | | |
| | | import { EchartsUI, useEcharts } from '..\..\..\..\packages\effects\plugins\src\echarts'; |
| | | import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts'; |
| | | |
| | | const props = defineProps<{ |
| | | redisData?: InfraRedisApi.RedisMonitorInfo; |