Merge branch 'master' into sqlite_2

This commit is contained in:
advplyr 2023-07-11 17:07:13 -05:00
commit d56e3a3617
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ export default {
},
methods: {
clickedOption(action) {
this.$emit('action', action)
this.$emit('action', { action })
}
},
mounted() {}