aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r--viewer/src/main.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts
index 847048f..3c1a5d1 100644
--- a/viewer/src/main.ts
+++ b/viewer/src/main.ts
@@ -19,7 +19,7 @@
19 19
20import Vue from "vue"; 20import Vue from "vue";
21import "@/assets/scss/global.scss"; 21import "@/assets/scss/global.scss";
22import store from "@/store" 22import store from "@/store";
23import i18n from "@/plugins/i18n"; 23import i18n from "@/plugins/i18n";
24import router from "@/plugins/router"; 24import router from "@/plugins/router";
25Vue.config.productionTip = false; 25Vue.config.productionTip = false;
@@ -35,5 +35,5 @@ new Vue({
35 router, 35 router,
36 i18n, 36 i18n,
37 store, 37 store,
38 render: h => h(MainLayout) 38 render: h => h(MainLayout),
39}).$mount("#ldgallery") 39}).$mount("#ldgallery");