no message
This commit is contained in:
parent
c9d89be624
commit
fbdfd4594d
3 changed files with 72 additions and 57 deletions
|
|
@ -12,8 +12,8 @@
|
|||
</q-toolbar>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, useAttrs } from "vue";
|
||||
|
||||
import { ref, useAttrs } from "vue";
|
||||
const props = defineProps({
|
||||
tittle: String,
|
||||
close: {
|
||||
|
|
@ -24,4 +24,5 @@ const props = defineProps({
|
|||
const close = async () => {
|
||||
props.close();
|
||||
};
|
||||
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue