Skip to content
Snippets Groups Projects
Commit bb6b912a authored by syuilo's avatar syuilo
Browse files

fix

parent 974269b8
No related branches found
No related tags found
No related merge requests found
......@@ -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<{
manualShowing?: boolean;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment