forked from FoundKeyGang/FoundKey
fix
This commit is contained in:
parent
974269b8f1
commit
bb6b912aef
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function getFixedContainer(el: Element | null): Element | null {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
type ModalTypes = 'popup' | 'dialog' | 'drawer';
|
type ModalTypes = 'popup' | 'dialog' | 'dialog:top' | 'drawer';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
manualShowing?: boolean;
|
manualShowing?: boolean;
|
||||||
|
|
Loading…
Reference in a new issue