diff options
author | Zero~Informatique | 2020-09-10 18:44:05 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | 6737bfd38a0568d61c691a507303a65550ae23fc (patch) | |
tree | d9e44d09c458a97fd2f5699b54374e9725e41301 /viewer/src/plugins/buefy.ts | |
parent | 4c839e0f30fad9e5df29f1f0682380581c582713 (diff) | |
download | ldgallery-6737bfd38a0568d61c691a507303a65550ae23fc.tar.gz |
viewer: information panel scrollbar and collapse with animation
github: resolves #78
Diffstat (limited to 'viewer/src/plugins/buefy.ts')
-rw-r--r-- | viewer/src/plugins/buefy.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/viewer/src/plugins/buefy.ts b/viewer/src/plugins/buefy.ts index 6cca8e7..7a71019 100644 --- a/viewer/src/plugins/buefy.ts +++ b/viewer/src/plugins/buefy.ts | |||
@@ -28,8 +28,6 @@ import Button from "buefy/src/components/button"; | |||
28 | // @ts-ignore | 28 | // @ts-ignore |
29 | import SnackBar from "buefy/src/components/snackbar"; | 29 | import SnackBar from "buefy/src/components/snackbar"; |
30 | // @ts-ignore | 30 | // @ts-ignore |
31 | import Collapse from "buefy/src/components/collapse"; | ||
32 | // @ts-ignore | ||
33 | import Tag from "buefy/src/components/tag"; | 31 | import Tag from "buefy/src/components/tag"; |
34 | 32 | ||
35 | import "@/assets/scss/buefy.scss"; | 33 | import "@/assets/scss/buefy.scss"; |
@@ -38,7 +36,6 @@ Vue.use(Taginput); | |||
38 | Vue.use(Loading); | 36 | Vue.use(Loading); |
39 | Vue.use(Button); | 37 | Vue.use(Button); |
40 | Vue.use(SnackBar); | 38 | Vue.use(SnackBar); |
41 | Vue.use(Collapse); | ||
42 | Vue.use(Tag); | 39 | Vue.use(Tag); |
43 | 40 | ||
44 | declare module "vue/types/vue" { | 41 | declare module "vue/types/vue" { |