zhangwencui
2026-07-16 7619c19a67c2ac824f803090bab753fc5ea14408
src/views/infra/redis/modules/memory.vue
@@ -1,11 +1,11 @@
<script lang="ts" setup>
import type { EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts';
import type { EchartsUIType } from '@vben/plugins/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 '@vben/plugins/echarts';
const props = defineProps<{
  redisData?: InfraRedisApi.RedisMonitorInfo;