no message
This commit is contained in:
parent
ae7b52e875
commit
6fe6aed921
10 changed files with 213 additions and 185 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue