From 3d3a34180430bb8f2c64a3fb3129f738052a20aa Mon Sep 17 00:00:00 2001 From: Ben Richter Date: Tue, 3 Apr 2018 21:13:12 +0200 Subject: [PATCH] change name and basic look --- index.html | 2 +- src/App.vue | 2 +- src/components/CreateTodo.vue | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 3c8222f..51cf68a 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - todo-app + VueDo diff --git a/src/App.vue b/src/App.vue index 06d47de..92c383e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@