Merge branch 'master' into sqlite_2

This commit is contained in:
advplyr
2023-07-11 17:07:13 -05:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default {
},
methods: {
clickedOption(action) {
this.$emit('action', action)
this.$emit('action', { action })
}
},
mounted() {}