gamebrary/src/bootstrapSettings.js
2020-12-12 22:41:09 -07:00

10 lines
204 B
JavaScript

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