2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00
This commit is contained in:
Jeff Sagal
2024-03-22 20:56:58 -07:00
parent 67cdf96ee8
commit 0ad175d762
4 changed files with 716 additions and 74 deletions
+1
View File
@@ -12,6 +12,7 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@tests': fileURLToPath(new URL('./tests', import.meta.url)),
'@docs': fileURLToPath(new URL('./docs', import.meta.url)),
},
},
build: {