refactor: shrink eslint fallback layer

This commit is contained in:
xingyu4j
2026-03-14 19:10:22 +08:00
parent 7a723d03d0
commit 46b4ce81e4
13 changed files with 274 additions and 50 deletions

View File

@@ -1,4 +1,3 @@
import type { InjectionKey } from 'vue';
// eslint-disable-next-line symbol-description
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;