mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-10 04:22:15 +10:00
fix: modal stack
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</TransitionGroup>
|
</TransitionGroup>
|
||||||
<div id="modalstack" />
|
<div id="modalstack">{{ stack }}</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import type { Component } from "vue";
|
import type { Component } from "vue";
|
||||||
import ConfirmationModal from "#components";
|
import ConfirmationModal from "../components/ConfirmationModal.vue";
|
||||||
import NotificationModal from "#components";
|
import NotificationModal from "../components/NotificationModal.vue";
|
||||||
import TextInputModal from "#components";
|
import TextInputModal from "../components/TextInputModal.vue";
|
||||||
|
|
||||||
export type ModalCallbackType<T extends ModalType> = (
|
export type ModalCallbackType<T extends ModalType> = (
|
||||||
event: ModalEvents[T],
|
event: ModalEvents[T],
|
||||||
|
|||||||
Reference in New Issue
Block a user