Skip to content

Commit

Permalink
fix(theme): fix issues on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Mar 7, 2024
1 parent d8324d2 commit 70553a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ export default defineComponent({
(navbarLayout.value.start || []).map((item) =>
h(
<ComponentOptions | FunctionalComponent>(
(getNavbarComponent(item), { key: item })
getNavbarComponent(item)
),
),
),
Expand Down

0 comments on commit 70553a0

Please sign in to comment.