fix : 메인페이지영역 변경(width)

This commit is contained in:
Kasi
2025-05-29 14:29:31 +09:00
parent 6ec31fda2a
commit c8ed3bab9d

View File

@@ -36,7 +36,7 @@ const links = ref<NavbarItem[]>([
</script>
<template>
<NavbarLayout size="large" :links>
<NavbarLayout size="wide" :links>
<!-- Propagating the context to the default slot -->
<template #default="context">
<slot v-bind="context" />