Fix card styling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-26 15:35:06 +02:00
parent e654fa0b4c
commit f51d0b6716
4 changed files with 95 additions and 22 deletions

View File

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