From c0f9dc586201bfc3720854ea50fe22479a95d0c5 Mon Sep 17 00:00:00 2001 From: Ben Richter Date: Sat, 7 Apr 2018 13:27:06 +0200 Subject: [PATCH] Styling --- package.json | 2 +- src/App.vue | 15 ++++++++++++--- src/components/ListView/Todo.vue | 2 +- src/components/ListView/_ListView.vue | 12 +++++++++--- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d878f8d..212c081 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "todo-app", "version": "1.0.0", "description": "A Vue.js project", - "author": "Jeremy Kithome ", + "author": "Ben Richter ", "private": true, "scripts": { "start": "parcel index.html", diff --git a/src/App.vue b/src/App.vue index 463fe07..dffabf6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,19 @@