1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(vue/primitives): add FocusScope component with auto-focus and focus trap functionality

This commit is contained in:
2026-03-10 18:28:52 +07:00
parent a996eb74b9
commit 4574bae0b6
36 changed files with 1266 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
import Vue from 'unplugin-vue/vite';
import { defineConfig } from 'vitest/config';
import { resolve } from 'node:path';
import Vue from 'unplugin-vue/vite';
export default defineConfig({
plugins: [Vue()],
@@ -14,5 +14,6 @@ export default defineConfig({
},
test: {
environment: 'jsdom',
execArgv: ['--expose-gc'],
},
});