diff options
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/buefy.ts | 3 | ||||
-rw-r--r-- | viewer/src/plugins/fontawesome-icons.ts | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/viewer/src/plugins/buefy.ts b/viewer/src/plugins/buefy.ts index 7a71019..4794ad9 100644 --- a/viewer/src/plugins/buefy.ts +++ b/viewer/src/plugins/buefy.ts | |||
@@ -29,6 +29,8 @@ import Button from "buefy/src/components/button"; | |||
29 | import SnackBar from "buefy/src/components/snackbar"; | 29 | import SnackBar from "buefy/src/components/snackbar"; |
30 | // @ts-ignore | 30 | // @ts-ignore |
31 | import Tag from "buefy/src/components/tag"; | 31 | import Tag from "buefy/src/components/tag"; |
32 | // @ts-ignore | ||
33 | import DropDown from "buefy/src/components/dropdown"; | ||
32 | 34 | ||
33 | import "@/assets/scss/buefy.scss"; | 35 | import "@/assets/scss/buefy.scss"; |
34 | 36 | ||
@@ -37,6 +39,7 @@ Vue.use(Loading); | |||
37 | Vue.use(Button); | 39 | Vue.use(Button); |
38 | Vue.use(SnackBar); | 40 | Vue.use(SnackBar); |
39 | Vue.use(Tag); | 41 | Vue.use(Tag); |
42 | Vue.use(DropDown); | ||
40 | 43 | ||
41 | declare module "vue/types/vue" { | 44 | declare module "vue/types/vue" { |
42 | interface Vue { | 45 | interface Vue { |
diff --git a/viewer/src/plugins/fontawesome-icons.ts b/viewer/src/plugins/fontawesome-icons.ts index 8d136a6..4b50641 100644 --- a/viewer/src/plugins/fontawesome-icons.ts +++ b/viewer/src/plugins/fontawesome-icons.ts | |||
@@ -39,4 +39,7 @@ export { | |||
39 | faCaretUp, | 39 | faCaretUp, |
40 | faCaretDown, | 40 | faCaretDown, |
41 | faAngleDoubleDown, | 41 | faAngleDoubleDown, |
42 | faSortAmountDown, | ||
42 | } from "@fortawesome/free-solid-svg-icons"; | 43 | } from "@fortawesome/free-solid-svg-icons"; |
44 | |||
45 | export { faCircle, faDotCircle } from "@fortawesome/free-regular-svg-icons"; | ||