mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
13 lines
281 B
JavaScript
13 lines
281 B
JavaScript
import Vue from 'vue'
|
|
import Buefy from 'buefy'
|
|
import 'buefy/dist/buefy.css'
|
|
|
|
Vue.use(Buefy, {
|
|
defaultIconPack: 'fa',
|
|
defaultTooltipAnimated: true,
|
|
defaultTooltipType: 'is-black',
|
|
defaultToastDuration: 6000,
|
|
defaultSnackbarDuration: 5000,
|
|
defaultNoticeQueue: true,
|
|
})
|