diff options
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/buefy.ts | 6 | ||||
-rw-r--r-- | viewer/src/plugins/fontawesome-icons.ts | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/viewer/src/plugins/buefy.ts b/viewer/src/plugins/buefy.ts index 0f8e16b..6cca8e7 100644 --- a/viewer/src/plugins/buefy.ts +++ b/viewer/src/plugins/buefy.ts | |||
@@ -27,6 +27,10 @@ import Loading from "buefy/src/components/loading"; | |||
27 | import Button from "buefy/src/components/button"; | 27 | 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 | ||
31 | import Collapse from "buefy/src/components/collapse"; | ||
32 | // @ts-ignore | ||
33 | import Tag from "buefy/src/components/tag"; | ||
30 | 34 | ||
31 | import "@/assets/scss/buefy.scss"; | 35 | import "@/assets/scss/buefy.scss"; |
32 | 36 | ||
@@ -34,6 +38,8 @@ Vue.use(Taginput); | |||
34 | Vue.use(Loading); | 38 | Vue.use(Loading); |
35 | Vue.use(Button); | 39 | Vue.use(Button); |
36 | Vue.use(SnackBar); | 40 | Vue.use(SnackBar); |
41 | Vue.use(Collapse); | ||
42 | Vue.use(Tag); | ||
37 | 43 | ||
38 | declare module "vue/types/vue" { | 44 | declare module "vue/types/vue" { |
39 | interface Vue { | 45 | interface Vue { |
diff --git a/viewer/src/plugins/fontawesome-icons.ts b/viewer/src/plugins/fontawesome-icons.ts index 51eda7e..9dca208 100644 --- a/viewer/src/plugins/fontawesome-icons.ts +++ b/viewer/src/plugins/fontawesome-icons.ts | |||
@@ -36,4 +36,6 @@ export { | |||
36 | faFileVideo, | 36 | faFileVideo, |
37 | faFileAudio, | 37 | faFileAudio, |
38 | faFileDownload, | 38 | faFileDownload, |
39 | faCaretUp, | ||
40 | faCaretDown, | ||
39 | } from "@fortawesome/free-solid-svg-icons"; | 41 | } from "@fortawesome/free-solid-svg-icons"; |