diff options
author | Zero~Informatique | 2021-07-02 22:53:16 +0200 |
---|---|---|
committer | Zero~Informatique | 2021-07-03 00:05:22 +0200 |
commit | 9165cc1efcf7791f78b61b2c51a9de651b1b09aa (patch) | |
tree | 111cfdc74ddaf7b19ff27508f16ab84694b27670 /viewer/src/main.ts | |
parent | 08ac32103fb5f8cca1861267dfd07a7c0d2faf62 (diff) | |
download | ldgallery-9165cc1efcf7791f78b61b2c51a9de651b1b09aa.tar.gz |
viewer: types normalization - gallery.d.ts
GitHub: closes #301
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r-- | viewer/src/main.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 4d07835..cccb37b 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -17,13 +17,13 @@ | |||
17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. | 17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | import Vue from "vue"; | ||
21 | import "@/assets/scss/global.scss"; | 20 | import "@/assets/scss/global.scss"; |
22 | import "@/assets/scss/scrollbar.scss"; | 21 | import "@/assets/scss/scrollbar.scss"; |
23 | import "@/assets/scss/transition.scss"; | 22 | import "@/assets/scss/transition.scss"; |
24 | import store from "@/store"; | ||
25 | import i18n from "@/plugins/i18n"; | 23 | import i18n from "@/plugins/i18n"; |
26 | import router from "@/plugins/router"; | 24 | import router from "@/plugins/router"; |
25 | import store from "@/store"; | ||
26 | import Vue from "vue"; | ||
27 | Vue.config.productionTip = false; | 27 | Vue.config.productionTip = false; |
28 | 28 | ||
29 | import(/* webpackChunkName: "ui" */ "@/plugins/buefy"); | 29 | import(/* webpackChunkName: "ui" */ "@/plugins/buefy"); |