Сделал сортровку. Начал фильтрацию

This commit is contained in:
2025-12-14 21:35:54 +03:00
parent 4c19089d3b
commit 39bec5c6df
9 changed files with 396 additions and 6 deletions

View File

@@ -6,10 +6,11 @@
"build": "vite build"
},
"dependencies": {
"bootstrap": "^5.3.8",
"vue": "^3.0.4"
},
"devDependencies": {
"vite": "^1.0.0-rc.13",
"@vue/compiler-sfc": "^3.0.4"
"@vue/compiler-sfc": "^3.0.4",
"vite": "^1.0.0-rc.13"
}
}
}