gamebrary/src/bootstrapSettings.js

10 lines
183 B
JavaScript
Raw Normal View History

// https://bootstrap-vue.org/docs/reference/settings
2020-08-25 23:36:39 +00:00
export default {
BToast: {
2020-12-09 23:30:52 +00:00
toaster: 'b-toaster-top-center',
2020-12-13 05:41:09 +00:00
autoHideDelay: 1000,
2020-12-09 23:30:52 +00:00
bodyClass: 'text-center',
2020-08-25 23:36:39 +00:00
},
};