From 6af68085ff6615e1ec3a5dd18c761250800d6fca Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 06 六月 2023 22:23:43 +0800 Subject: [PATCH] update 修改页面代码 去除ele的引入以及vue的类型声明 --- src/views/monitor/cache/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue index e413f75..2914d59 100644 --- a/src/views/monitor/cache/index.vue +++ b/src/views/monitor/cache/index.vue @@ -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(); -- Gitblit v1.9.3