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:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user