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
+4
View File
@@ -6,5 +6,9 @@
"paths": {
"@/*": ["src/*"]
}
},
"vueCompilerOptions": {
"strictTemplates": true,
"fallthroughAttributes": true
}
}