fix(album): removing last album image was not working

This commit is contained in:
2025-06-02 12:35:44 -04:00
parent a08b384495
commit 6ae6db0c1d
7 changed files with 369 additions and 262 deletions

View File

@@ -33,10 +33,13 @@
"devDependencies": {
"@types/webpack-env": "^1.18.8",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-vue": "^9.22.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.3.1"
}