Update buttons at template doc
parent
bd722f94de
commit
ff09be64ff
|
@ -22,7 +22,8 @@
|
||||||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<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>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,7 +56,8 @@ export default {
|
||||||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<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>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
`,
|
`,
|
||||||
|
@ -80,7 +82,8 @@ export default {
|
||||||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<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>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
@ -117,7 +120,8 @@ export default {
|
||||||
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
<InputText id="Email" class="flex-auto" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<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>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue