Auto fix & format all files

This commit is contained in:
filtered
2025-09-16 20:27:04 +10:00
parent b25690d435
commit e2e8ff6c3b
194 changed files with 360 additions and 292 deletions

View File

@@ -2,7 +2,7 @@ import { FitAddon } from '@xterm/addon-fit'
import { Terminal } from '@xterm/xterm'
import '@xterm/xterm/css/xterm.css'
import { debounce } from 'es-toolkit/compat'
import { Ref, markRaw, onMounted, onUnmounted } from 'vue'
import { type Ref, markRaw, onMounted, onUnmounted } from 'vue'
export function useTerminal(element: Ref<HTMLElement | undefined>) {
const fitAddon = new FitAddon()