升级依赖版本.

This commit is contained in:
lijiahang
2024-06-04 10:47:32 +08:00
parent 9386bfc5c1
commit cd59c51344
16 changed files with 896 additions and 588 deletions

View File

@@ -58,7 +58,7 @@
</script>
<script lang="ts" setup>
import type { ISearchOptions } from 'xterm-addon-search';
import type { ISearchOptions } from '@xterm/addon-search';
import useVisible from '@/hooks/visible';
import { nextTick, ref } from 'vue';