mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:02:31 +09:00
fix : 메인페이지영역 변경(width)
This commit is contained in:
@@ -36,7 +36,7 @@ const links = ref<NavbarItem[]>([
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NavbarLayout size="large" :links>
|
<NavbarLayout size="wide" :links>
|
||||||
<!-- Propagating the context to the default slot -->
|
<!-- Propagating the context to the default slot -->
|
||||||
<template #default="context">
|
<template #default="context">
|
||||||
<slot v-bind="context" />
|
<slot v-bind="context" />
|
||||||
|
|||||||
Reference in New Issue
Block a user