changes
This commit is contained in:
@@ -11,15 +11,16 @@
|
||||
@close="$store.snackbar = undefined"
|
||||
/>
|
||||
</Transition>
|
||||
<Modal
|
||||
v-bind="$store.showmodal"
|
||||
@close="$store.showmodal = undefined"
|
||||
/>
|
||||
<!-- <Modal2
|
||||
v-for="modal in modals"
|
||||
:key="modal.id"
|
||||
v-bind="modal"
|
||||
/> -->
|
||||
<div
|
||||
id="modals"
|
||||
class="absolute top-0"
|
||||
>
|
||||
<Modal
|
||||
v-if="$store.showmodal"
|
||||
v-bind="$store.showmodal"
|
||||
@close="$store.showmodal = undefined"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user