Skip to content

Commit

Permalink
fix: sidebar collapse trigger style
Browse files Browse the repository at this point in the history
Signed-off-by: Kaifuny <superbiger.github@gmail.com>
  • Loading branch information
Kaifuny committed Jul 21, 2023
1 parent ead0f19 commit 4b559fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NLayout, NLayoutContent, NLayoutSider } from 'naive-ui'
</script>
<template>
<n-layout has-sider class="h-full">
<n-layout-sider bordered>
<n-layout-sider bordered show-trigger="bar" collapse-mode="transform">
<slot></slot>
</n-layout-sider>
<n-layout-content content-style="padding: 10px">
Expand Down

0 comments on commit 4b559fd

Please sign in to comment.