diff options
author | Zero~Informatique | 2019-12-21 10:33:21 +0100 |
---|---|---|
committer | Zero~Informatique | 2019-12-21 10:33:21 +0100 |
commit | 3f21d10338afe8eab699aaaea060556579e4b3c3 (patch) | |
tree | e6c9a51116b1cab9d6e44e21617bb7a1701ab463 /viewer/src/views/Root.vue | |
parent | 9e4fdd6f38853d8a4a959901ab7902569de75484 (diff) | |
download | ldgallery-3f21d10338afe8eab699aaaea060556579e4b3c3.tar.gz |
viewer:
Some renaming for better clarity
Implemented a basic display of filenames with basic navigation
Diffstat (limited to 'viewer/src/views/Root.vue')
-rw-r--r-- | viewer/src/views/Root.vue | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/viewer/src/views/Root.vue b/viewer/src/views/Root.vue deleted file mode 100644 index 384dcbe..0000000 --- a/viewer/src/views/Root.vue +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | <template> | ||
2 | <div>Hello World!</div> | ||
3 | </template> | ||
4 | |||
5 | <script lang="ts"> | ||
6 | import { Component, Vue } from "vue-property-decorator"; | ||
7 | |||
8 | @Component | ||
9 | export default class Root extends Vue {} | ||
10 | </script> | ||
11 | |||
12 | <style scoped lang="scss"> | ||
13 | div { | ||
14 | display: flex; | ||
15 | align-items: center; | ||
16 | justify-content: center; | ||
17 | } | ||
18 | </style> | ||