Prevent toggler from submitting form
This commit is contained in:
parent
43fddc03b7
commit
ccad2d9a73
@ -25,6 +25,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toggle: function (e) {
|
toggle: function (e) {
|
||||||
|
e.preventDefault()
|
||||||
this.isVisible = !this.isVisible
|
this.isVisible = !this.isVisible
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user