mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
9 lines
182 B
JavaScript
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',
|
|
},
|
|
};
|