Linting tests

This commit is contained in:
2020-12-08 18:13:41 +01:00
parent b5ceae6c00
commit b7f1e71cbb
6 changed files with 20 additions and 23 deletions

View File

@@ -17,7 +17,6 @@ export default {
},
addFruit: async ({ commit }, fruit) => {
commit("setLoading", true);
console.log("here");
await axios
.post("http://localhost:3000/fruit", fruit)
.then(res => commit("addFruit", res.data))