update 修改页面代码 去除ele的引入以及vue的类型声明
This commit is contained in:
1
src/views/monitor/cache/index.vue
vendored
1
src/views/monitor/cache/index.vue
vendored
@ -126,7 +126,6 @@
|
||||
<script setup name="Cache" lang="ts">
|
||||
import { getCache } from '@/api/monitor/cache';
|
||||
import * as echarts from 'echarts';
|
||||
import { ComponentInternalInstance } from "vue";
|
||||
|
||||
const cache = ref<any>({});
|
||||
const commandstats = ref();
|
||||
|
Reference in New Issue
Block a user