chore: 更改文件名
This commit is contained in:
parent
1e74e7c0fb
commit
979bf1b431
3
apps/web-antd/src/views/monitor/cache/components/index.ts
vendored
Normal file
3
apps/web-antd/src/views/monitor/cache/components/index.ts
vendored
Normal 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';
|
@ -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 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user