From 875958efd3c90e0d3cffa084f01ff045bacf6b77 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sun, 01 Apr 2018 00:54:03 +0200
Subject: [PATCH] WIP - adding some style and such

---
 src/components/NewTodo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/NewTodo.vue b/src/components/NewTodo.vue
index da2ad43..85731b6 100644
--- a/src/components/NewTodo.vue
+++ b/src/components/NewTodo.vue
@@ -26,7 +26,7 @@
           console.info('INFO - ', this.newTodo)
           EventBus.$emit('NEWTODOADDED', {
               completed: false, 
-              msg: this.newTodo,
+              title: this.newTodo,
               id: Math.floor(1 + (9999 - 1) * Math.random())
               })
           this.newTodo = ''

--
Gitblit v1.9.3