fix : layout admin

This commit is contained in:
2026-02-16 15:24:45 +01:00
parent 6461366bc1
commit abe474d3db
13 changed files with 166 additions and 172 deletions

View File

@@ -89,7 +89,7 @@ import { getSupplierList } from "~/services/supplier"
import type { SupplierData } from "~/services/dto/supplier-data"
import { useAuthStore } from "~/stores/auth"
definePageMeta({ layout: "admin" })
definePageMeta({ layout: "default" })
const supplierList = ref<SupplierData[]>([])
const router = useRouter()