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