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

feat(vue/primitives): implement pagination components with accessibility and testing

This commit is contained in:
2026-03-08 04:18:10 +07:00
parent 41d5e18f6b
commit bcc9cb2915
28 changed files with 2175 additions and 960 deletions

View File

@@ -1,7 +1,9 @@
import { defineConfig } from 'vitest/config';
import { resolve } from 'node:path';
import Vue from 'unplugin-vue/vite';
export default defineConfig({
plugins: [Vue()],
define: {
__DEV__: 'true',
},