mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-19 10:53:19 +00:00
first use of vuex
This commit is contained in:
@@ -44,6 +44,7 @@ export default {
|
||||
this.items = this.items.filter(e =>
|
||||
e !== item
|
||||
)
|
||||
this.$store.commit("addItemFinished", item);
|
||||
this.clearItem()
|
||||
},
|
||||
clearItem() {
|
||||
|
||||
Reference in New Issue
Block a user