fixing text
This commit is contained in:
parent
b11a943885
commit
c0c5aab386
2 changed files with 2 additions and 3 deletions
|
|
@ -202,8 +202,7 @@ watch(modal, (val) => {
|
|||
:label="!isAPIKey ? 'สร้าง API Key' : 'ปิด'"
|
||||
color="secondary"
|
||||
@click.pervent="!isAPIKey ? onCreateAPIKey() : onCloseDialog()"
|
||||
><q-tooltip>บันทึกข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ function onCloseDialog() {
|
|||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card style="width: 700px; max-width: 80vw">
|
||||
<DialogHeader tittle="การใช้งาน" :close="onCloseDialog" />
|
||||
<DialogHeader tittle="วิธีการใช้งาน" :close="onCloseDialog" />
|
||||
<q-separator />
|
||||
|
||||
<q-card-section> </q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue