fix: 补全进程守护 watch 引用 (#6836)

This commit is contained in:
ssongliu 2024-10-24 15:00:18 +08:00 committed by GitHub
parent 96ab4c53af
commit 376d6609f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@
import { Codemirror } from 'vue-codemirror'; import { Codemirror } from 'vue-codemirror';
import { javascript } from '@codemirror/lang-javascript'; import { javascript } from '@codemirror/lang-javascript';
import { oneDark } from '@codemirror/theme-one-dark'; 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 { OperateSupervisorProcessFile } from '@/api/modules/host-tool';
import i18n from '@/lang'; import i18n from '@/lang';
import { TabsPaneContext } from 'element-plus'; import { TabsPaneContext } from 'element-plus';