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

@@ -93,7 +93,7 @@ import { getCustomerList } from "~/services/customer"
import type { CustomerData } from "~/services/dto/customer-data"
import { useAuthStore } from "~/stores/auth"
definePageMeta({ layout: "admin" })
definePageMeta({ layout: "default" })
const customerList = ref<CustomerData[]>([])
const router = useRouter()