Skip to content

Commit e640de5

Browse files
T00006331T00006331
authored andcommitted
first update
1 parent 487b8c2 commit e640de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
this.is_show = false
3737
},
3838
showHandler () {
39-
this.is_show = !this.is_show
39+
this.is_show = true
4040
}
4141
},
4242
created() {

src/pages/index/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
this.is_show = false
3131
},
3232
showHandler () {
33-
this.is_show = !this.is_show
33+
this.is_show = true
3434
}
3535
},
3636
created() {

0 commit comments

Comments
 (0)