From 376d6609f2eebc2de52b90efcc891eb35484c5f1 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:00:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A8=E8=BF=9B=E7=A8=8B?= =?UTF-8?q?=E5=AE=88=E6=8A=A4=20watch=20=E5=BC=95=E7=94=A8=20(#6836)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/toolbox/supervisor/file/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/toolbox/supervisor/file/index.vue b/frontend/src/views/toolbox/supervisor/file/index.vue index 5fb7e69d4..b186294af 100644 --- a/frontend/src/views/toolbox/supervisor/file/index.vue +++ b/frontend/src/views/toolbox/supervisor/file/index.vue @@ -61,7 +61,7 @@ import { Codemirror } from 'vue-codemirror'; import { javascript } from '@codemirror/lang-javascript'; import { oneDark } from '@codemirror/theme-one-dark'; -import { computed, onUnmounted, reactive, ref, shallowRef } from 'vue'; +import { computed, onUnmounted, reactive, ref, shallowRef, watch } from 'vue'; import { OperateSupervisorProcessFile } from '@/api/modules/host-tool'; import i18n from '@/lang'; import { TabsPaneContext } from 'element-plus';