Skip to content

Commit 1ce2c29

Browse files
author
reco_luan
committed
fix: fix the sidebar is not shown
1 parent ded37a2 commit 1ce2c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Common.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
props: {
5252
sidebar: {
5353
type: Boolean,
54-
default: false
54+
default: true
5555
},
5656
isComment: {
5757
type: Boolean,

0 commit comments

Comments
 (0)