diff options
author | pacien | 2020-09-25 16:01:49 +0200 |
---|---|---|
committer | pacien | 2020-09-25 16:01:49 +0200 |
commit | e93f7b1eb84c083d67567115284c0002a3a7d5fc (patch) | |
tree | 8d373e8f7f571485e1330928f43b090ed004c525 /viewer/src/plugins/buefy.ts | |
parent | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (diff) | |
parent | fd542f75a1d94ee5f804d0925823276b97f38581 (diff) | |
download | ldgallery-e93f7b1eb84c083d67567115284c0002a3a7d5fc.tar.gz |
Merge branch 'develop' for release v2.0v2.0
Diffstat (limited to 'viewer/src/plugins/buefy.ts')
-rw-r--r-- | viewer/src/plugins/buefy.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/viewer/src/plugins/buefy.ts b/viewer/src/plugins/buefy.ts index 0f8e16b..4794ad9 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 Tag from "buefy/src/components/tag"; | ||
32 | // @ts-ignore | ||
33 | import DropDown from "buefy/src/components/dropdown"; | ||
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(Tag); | ||
42 | Vue.use(DropDown); | ||
37 | 43 | ||
38 | declare module "vue/types/vue" { | 44 | declare module "vue/types/vue" { |
39 | interface Vue { | 45 | interface Vue { |