From 5d15f19219f3c00faf09e6e385e202fda6e044a3 Mon Sep 17 00:00:00 2001 From: "vit.tlusty" Date: Thu, 24 Feb 2022 13:05:29 +0100 Subject: [PATCH] hotovo --- src/App.vue | 26 +++++--------- src/components/DigitalClock.vue | 63 +++++++++++++++++++++++++++++++++ src/main.js | 2 +- 3 files changed, 72 insertions(+), 19 deletions(-) create mode 100644 src/components/DigitalClock.vue diff --git a/src/App.vue b/src/App.vue index 591a031..5f4f2c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,26 +1,16 @@ + + - - + + \ No newline at end of file diff --git a/src/components/DigitalClock.vue b/src/components/DigitalClock.vue new file mode 100644 index 0000000..11e03ed --- /dev/null +++ b/src/components/DigitalClock.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 01433bc..58cdcf4 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,4 @@ import { createApp } from 'vue' import App from './App.vue' -createApp(App).mount('#app') +createApp(App).mount('#app') \ No newline at end of file