mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
fix : 메인페이지영역 변경(width)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user