diff options
author | Zero~Informatique | 2020-04-28 03:47:39 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-04-28 03:47:50 +0200 |
commit | ccecfd9421f4550a71134cd46e1388e486f8c564 (patch) | |
tree | 9711ed24320150d24d85a124de3fd6177052eeb0 /viewer/src/main.ts | |
parent | 113bff3c4dcc1976f24df16d4224e1871e665ae0 (diff) | |
download | ldgallery-ccecfd9421f4550a71134cd46e1388e486f8c564.tar.gz |
viewer: global formatting unification
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 1f77875..847048f 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | import Vue from "vue"; | 20 | import Vue from "vue"; |
21 | import "@/assets/scss/global.scss"; | 21 | import "@/assets/scss/global.scss"; |
22 | import store from '@/store' | 22 | import store from "@/store" |
23 | import i18n from "@/plugins/i18n"; | 23 | import i18n from "@/plugins/i18n"; |
24 | import router from "@/plugins/router"; | 24 | import router from "@/plugins/router"; |
25 | Vue.config.productionTip = false; | 25 | Vue.config.productionTip = false; |