gamebrary/src/bootstrapSettings.js

11 lines
223 B
JavaScript
Raw Normal View History

// https://bootstrap-vue.org/docs/reference/settings
2020-08-25 16:36:39 -07:00
export default {
BToast: {
2021-02-20 09:56:06 -07:00
toaster: 'b-toaster-bottom-center',
2020-12-12 22:41:09 -07:00
autoHideDelay: 1000,
2020-12-09 16:30:52 -07:00
bodyClass: 'text-center',
2020-08-25 16:36:39 -07:00
},
BButton: { variant: 'secondary' },
2020-08-25 16:36:39 -07:00
};