fallback to icon when no image (#414)

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-05-20 19:48:29 -08:00
committed by GitHub
parent dcd9567059
commit 53e97c5315
7 changed files with 31 additions and 13 deletions

View File

@@ -95,7 +95,6 @@ export default {
},
methods: {
submitEvent() {
console.log("Submit");
this.$emit("submit");
this.submitted = true;
},