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