mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update buttons at template doc
This commit is contained in:
parent
bd722f94de
commit
ff09be64ff
1 changed files with 8 additions and 4 deletions
|
@ -22,7 +22,8 @@
|
|||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||
</div>
|
||||
<template #footer>
|
||||
<Button label="Save" outlined @click="visible = false" autofocus />
|
||||
<Button label="Cancel" text severity="secondary" @click="visible = false" autofocus />
|
||||
<Button label="Save" outlined severity="secondary" @click="visible = false" autofocus />
|
||||
</template>
|
||||
</Dialog>
|
||||
</div>
|
||||
|
@ -55,7 +56,8 @@ export default {
|
|||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||
</div>
|
||||
<template #footer>
|
||||
<Button label="Save" outlined @click="visible = false" autofocus />
|
||||
<Button label="Cancel" text severity="secondary" @click="visible = false" autofocus />
|
||||
<Button label="Save" outlined severity="secondary" @click="visible = false" autofocus />
|
||||
</template>
|
||||
</Dialog>
|
||||
`,
|
||||
|
@ -80,7 +82,8 @@ export default {
|
|||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||
</div>
|
||||
<template #footer>
|
||||
<Button label="Save" outlined @click="visible = false" autofocus />
|
||||
<Button label="Cancel" text severity="secondary" @click="visible = false" autofocus />
|
||||
<Button label="Save" outlined severity="secondary" @click="visible = false" autofocus />
|
||||
</template>
|
||||
</Dialog>
|
||||
</div>
|
||||
|
@ -117,7 +120,8 @@ export default {
|
|||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||
</div>
|
||||
<template #footer>
|
||||
<Button label="Save" outlined @click="visible = false" autofocus />
|
||||
<Button label="Cancel" text severity="secondary" @click="visible = false" autofocus />
|
||||
<Button label="Save" outlined severity="secondary" @click="visible = false" autofocus />
|
||||
</template>
|
||||
</Dialog>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue