Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 82cc16a

Browse files
authored
delete redundant code
1 parent a9781e8 commit 82cc16a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

website/pages/menu.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ the Menu component. `isOpen` reflects the current open or closed state of the `C
8686
8787
<script>
8888
export default {
89-
data() {
90-
return {
91-
isOpen: false,
92-
},
9389
methods: {
9490
alert(value) {
9591
return alert(value)

0 commit comments

Comments
 (0)