Update TOC to not close when clicking on it

This commit is contained in:
advplyr 2023-10-28 14:32:11 -05:00
parent 4229cb7fb6
commit 6dc5b58d8e
2 changed files with 13 additions and 9 deletions

View file

@ -68,7 +68,7 @@ export default {
methods: {
clear() {
this.inputValue = ''
this.$emit('submit')
this.$emit('clear')
},
focused() {
this.isFocused = true