Skip to content

Commit 60d84ee

Browse files
committed
refactor(CSidebar): update prop unfoldable
1 parent 2b05415 commit 60d84ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/sidebar/CSidebar.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ const CSidebar = defineComponent({
6262
/**
6363
* Expand narrowed sidebar on hover.
6464
*/
65-
unfoldable: {
66-
type: String,
67-
default: undefined,
68-
required: false,
69-
},
65+
unfoldable: Boolean,
7066
/**
7167
* Toggle the visibility of sidebar component.
7268
*/

0 commit comments

Comments
 (0)