mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
fix(Modal): use object for innerStyle
This commit is contained in:
@@ -67,7 +67,7 @@ const props = defineProps({
|
||||
default: () => $ui.modal.inner
|
||||
},
|
||||
innerStyle: {
|
||||
type: String,
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
},
|
||||
containerClass: {
|
||||
|
||||
Reference in New Issue
Block a user