Mager updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import { ref, watch } from 'vue';
|
||||
import Drawer from './Drawer.vue';
|
||||
import DialogModal from './DialogModal.vue';
|
||||
import InputLabel from './InputLabel.vue';
|
||||
import SectionTitle from './SectionTitle.vue';
|
||||
import TextInput from './TextInput.vue';
|
||||
@@ -123,7 +123,7 @@ const submit = () => {
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<Drawer
|
||||
<DialogModal
|
||||
:show="show"
|
||||
@close="close"
|
||||
>
|
||||
@@ -189,5 +189,5 @@ const submit = () => {
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
</Drawer>
|
||||
</DialogModal>
|
||||
</template>
|
||||
Reference in New Issue
Block a user