Mager updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import Drawer from '@/Components/Drawer.vue';
|
||||
import DialogModal from '@/Components/DialogModal.vue';
|
||||
import PrimaryButton from '@/Components/PrimaryButton.vue';
|
||||
import InputLabel from '@/Components/InputLabel.vue';
|
||||
import TextInput from '@/Components/TextInput.vue';
|
||||
@@ -61,7 +61,7 @@ const storeCase = () => {
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<Drawer
|
||||
<DialogModal
|
||||
:show="show"
|
||||
@close="close">
|
||||
|
||||
@@ -197,5 +197,5 @@ const storeCase = () => {
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
</Drawer>
|
||||
</DialogModal>
|
||||
</template>
|
||||
Reference in New Issue
Block a user