We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487b8c2 commit e640de5Copy full SHA for e640de5
README.md
@@ -36,7 +36,7 @@ export default {
36
this.is_show = false
37
},
38
showHandler () {
39
- this.is_show = !this.is_show
+ this.is_show = true
40
}
41
42
created() {
src/pages/index/index.vue
@@ -30,7 +30,7 @@ export default {
30
31
32
33
34
35
0 commit comments