chore: 更改文件名

This commit is contained in:
dap 2024-11-14 15:09:09 +08:00
parent 1e74e7c0fb
commit 979bf1b431
5 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,3 @@
export { default as CommandChart } from './command-chart.vue';
export { default as MemoryChart } from './memory-chart.vue';
export { default as RedisDescription } from './redis-description.vue';

View File

@ -8,9 +8,7 @@ import { Button, Card, Col, Row } from 'ant-design-vue';
import { redisCacheInfo, type RedisInfo } from '#/api/monitor/cache';
import CommandChart from './components/CommandChart.vue';
import MemoryChart from './components/MemoryChart.vue';
import RedisDescription from './components/RedisDescription.vue';
import { CommandChart, MemoryChart, RedisDescription } from './components';
const baseSpan = { lg: 12, md: 24, sm: 24, xl: 12, xs: 24 };