修改命名问题并进行测试

This commit is contained in:
2025-09-06 14:32:59 +08:00
parent b112354d3f
commit a640c047d9
15 changed files with 41 additions and 41 deletions

View File

@@ -3,13 +3,13 @@ import {
toArray,
tryOnScopeDispose,
unrefElement
} from "./chunk-P2XGSYO7.js";
} from "./chunk-QSBXJHLQ.js";
import {
computed,
shallowRef,
toValue,
watch
} from "./chunk-HVR2FF6M.js";
} from "./chunk-JBP73PM7.js";
// node_modules/tabbable/dist/index.esm.js
var candidateSelectors = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"];