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 a5faa51..8e7716d 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -22,6 +22,7 @@ import "@/assets/scss/global.scss"; | |||
22 | import "@/components" | 22 | import "@/components" |
23 | import "@/plugins/fontawesome"; | 23 | import "@/plugins/fontawesome"; |
24 | import "@/plugins/buefy"; | 24 | import "@/plugins/buefy"; |
25 | import "@/plugins/lazyimage"; | ||
25 | import store from '@/store' | 26 | import store from '@/store' |
26 | import i18n from "@/plugins/i18n"; | 27 | import i18n from "@/plugins/i18n"; |
27 | import router from "@/router"; | 28 | import router from "@/router"; |