Skip to content

Commit 7cb8a91

Browse files
committed
docs: update content
1 parent 34c8ff3 commit 7cb8a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/components/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here's an example of all the sub-components included in a responsive light-theme
104104
export default {
105105
data() {
106106
return {
107-
visible: true,
107+
visible: false,
108108
}
109109
}
110110
}
@@ -115,7 +115,7 @@ Here's an example of all the sub-components included in a responsive light-theme
115115
export default {
116116
data() {
117117
return {
118-
visible: true,
118+
visible: false,
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)