mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
fix(components): ui prop override with class (#136)
This commit is contained in:
@@ -66,7 +66,7 @@ const swipeDirection = computed(() => {
|
||||
return 'right'
|
||||
})
|
||||
|
||||
const ui = computed(() => tv({ extend: toaster, slots: props.ui })({
|
||||
const ui = computed(() => toaster({
|
||||
position: props.position,
|
||||
swipeDirection: swipeDirection.value
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user