sidebarItem belum fix

This commit is contained in:
2025-05-28 07:23:47 +07:00
parent 692ffdf2f1
commit 453fccf550
14 changed files with 990 additions and 48 deletions
+6 -2
View File
@@ -11,6 +11,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"openid-client": "^5.7.1",
"nuxt-auth-utils": "^0.5.16",
"cors": "^2.8.5",
"@iconify/vue": "^4.1.1",
"@mdi/font": "7.4.47",
"@nuxt/vite-builder": "3.16.2",
@@ -24,9 +27,10 @@
"vuetify": "3.7.18"
},
"devDependencies": {
"nuxt": "3.16.2"
"nuxt": "3.16.2",
"@sidebase/nuxt-auth": "^0.10.1"
},
"overrides": {
"nth-check": "2.1.1"
}
}
}