diff options
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 8e7716d..75a238f 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -23,6 +23,7 @@ import "@/components" | |||
23 | import "@/plugins/fontawesome"; | 23 | import "@/plugins/fontawesome"; |
24 | import "@/plugins/buefy"; | 24 | import "@/plugins/buefy"; |
25 | import "@/plugins/lazyimage"; | 25 | import "@/plugins/lazyimage"; |
26 | import "@/plugins/dragscroll"; | ||
26 | import store from '@/store' | 27 | import store from '@/store' |
27 | import i18n from "@/plugins/i18n"; | 28 | import i18n from "@/plugins/i18n"; |
28 | import router from "@/router"; | 29 | import router from "@/router"; |