diff options
Diffstat (limited to 'viewer/src/plugins/buefy.ts')
-rw-r--r-- | viewer/src/plugins/buefy.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/plugins/buefy.ts b/viewer/src/plugins/buefy.ts index 74b6176..ebdf64e 100644 --- a/viewer/src/plugins/buefy.ts +++ b/viewer/src/plugins/buefy.ts | |||
@@ -24,7 +24,7 @@ import Taginput from 'buefy/src/components/taginput'; | |||
24 | // @ts-ignore | 24 | // @ts-ignore |
25 | import Loading from 'buefy/src/components/loading'; | 25 | import Loading from 'buefy/src/components/loading'; |
26 | // @ts-ignore | 26 | // @ts-ignore |
27 | import Radio from 'buefy/src/components/radio'; | 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 | 30 | ||
@@ -32,7 +32,7 @@ import "@/assets/scss/buefy.scss"; | |||
32 | 32 | ||
33 | Vue.use(Taginput); | 33 | Vue.use(Taginput); |
34 | Vue.use(Loading); | 34 | Vue.use(Loading); |
35 | Vue.use(Radio); | 35 | Vue.use(Button); |
36 | Vue.use(SnackBar); | 36 | Vue.use(SnackBar); |
37 | 37 | ||
38 | declare module 'vue/types/vue' { | 38 | declare module 'vue/types/vue' { |