feat: add Admin layout

This commit is contained in:
2026-09-12 19:38:11 +07:00
parent 301063533a
commit 1c877de130
26 changed files with 742 additions and 1132 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ export function useLoading() {
}
function stop() {
if (pendingCount.value > 0) {
pendingCount.value--
}
pendingCount.value = Math.max(0, pendingCount.value - 1)
if (pendingCount.value === 0) {
loading.value = false
}