diff options
author | Zero~Informatique | 2019-12-21 03:32:20 +0100 |
---|---|---|
committer | Zero~Informatique | 2019-12-21 03:32:20 +0100 |
commit | 6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6 (patch) | |
tree | 88ebce4634d26daa80718ab1526c728f55a983f0 /viewer/src/main.ts | |
parent | 62005141132da1e9761598fa3e4b35b4dab38a89 (diff) | |
download | ldgallery-6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6.tar.gz |
Implemented global components registration
Moved the fullscreen button as a global component (as demonstration)
Improved the layout CSS
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 3a3593c..ca439bc 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | import Vue from "vue"; | 1 | import Vue from "vue"; |
2 | import "@/assets/scss/global.scss"; | 2 | import "@/assets/scss/global.scss"; |
3 | import "@/components" | ||
3 | import "@/plugins/fontawesome"; | 4 | import "@/plugins/fontawesome"; |
4 | import "@/plugins/buefy"; | 5 | import "@/plugins/buefy"; |
5 | import store from '@/plugins/vuex' | 6 | import store from '@/plugins/vuex' |