diff options
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" { |