Merge pull request #332 from dod-ccpo/fix-toggler
Prevent toggler from submitting form
This commit is contained in:
commit
60e4b33a3f
@ -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