no message

This commit is contained in:
Kittapath 2023-03-21 16:30:02 +07:00
parent ae7b52e875
commit 6fe6aed921
10 changed files with 213 additions and 185 deletions

View file

@ -12,9 +12,9 @@
/>
</div>
<div class="col text-dark">
<span class="text-bold">{{ modalTittle }}</span>
<span class="text-bold">{{ tittle }}</span>
<br />
<span>{{ modalDetail }}</span>
<span>{{ detail }}</span>
</div>
</q-card-section>
@ -30,8 +30,8 @@ import { ref, useAttrs } from 'vue'
const props = defineProps({
modal: Boolean,
modalTittle: String,
modalDetail: String,
tittle: String,
detail: String,
ok: {
type: Function,
default: () => console.log('not function')