From 0c9b0bb18817e88fd2a9b1fd0797f2d6990e4242 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Sun, 8 Jul 2018 13:04:17 -0400 Subject: [PATCH] Remove test data (this will be differnt). Add a working clock --- src/App.vue | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/src/App.vue b/src/App.vue index ee8698c..6958a44 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,47 +3,28 @@

Transit Board

- {{ time }} + {{ now.getHours() }}:{{ now.getMinutes() }}:{{ now.getSeconds() }}

- +

data go here