gamebrary/src/bootstrapSettings.js
2021-01-08 13:48:30 -07:00

9 lines
182 B
JavaScript

// https://bootstrap-vue.org/docs/reference/settings
export default {
BToast: {
toaster: 'b-toaster-top-right',
autoHideDelay: 1000,
bodyClass: 'text-center',
},
};