small fixes

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-08-09 12:56:35 +02:00
committed by Julius Härtl
parent 39ae9332e2
commit 097bb21b45
8 changed files with 52 additions and 44 deletions

View File

@@ -63,7 +63,6 @@ export default {
this.editing = true
},
createBoard(e) {
console.log(this.color)
const title = e.currentTarget.childNodes[0].value
this.$store.dispatch('createBoard', {
title: title,