mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
feat(Toast): new component (#50)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export default defineAppConfig({
|
||||
toaster: {
|
||||
position: 'bottom-right' as const,
|
||||
expand: true,
|
||||
duration: 60000
|
||||
},
|
||||
ui: {
|
||||
primary: 'sky',
|
||||
gray: 'cool'
|
||||
|
||||
Reference in New Issue
Block a user