Delete data

This commit is contained in:
Liyas Thomas
2020-01-21 08:32:43 +05:30
parent f89f27698e
commit 05fe9dcccf
3 changed files with 49 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ export default {
},
methods: {
formPost() {
store.writeBall(this.message);
store.writeFeed(this.message);
this.message = null;
this.$refs.inputMessage.focus();
}