gamebrary/src/bootstrapSettings.js

9 lines
155 B
JavaScript
Raw Normal View History

// https://bootstrap-vue.org/docs/reference/settings
2020-08-25 23:36:39 +00:00
export default {
BToast: {
toaster: 'b-toaster-bottom-right',
autoHideDelay: 1000,
},
};