mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-04-05 00:01:11 +02:00
Order snackbar's fields like in the interface
This commit is contained in:
parent
aa08249782
commit
cc752dd7ce
@ -7,9 +7,9 @@ interface Snackbar {
|
||||
}
|
||||
|
||||
const snackbar = reactive<Snackbar>({
|
||||
visible: false,
|
||||
status: '',
|
||||
message: '',
|
||||
visible: false
|
||||
message: ''
|
||||
});
|
||||
|
||||
export function useSnackbar() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user