no message

This commit is contained in:
setthawutttty 2023-06-07 16:08:28 +07:00
parent c9d89be624
commit fbdfd4594d
3 changed files with 72 additions and 57 deletions

View file

@ -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>