mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
ConfirmDialogDocumentation: Removed duplicated symbol
This commit is contained in:
parent
ff0e7d0bbb
commit
bf2aef54af
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `<ConfirmDialog></ConfirmDialog>>
|
||||
basic: `<ConfirmDialog></ConfirmDialog>
|
||||
<Button @click="confirm1()" icon="pi pi-check" label="Confirm"></Button>
|
||||
<Button @click="confirm2()" icon="pi pi-times" label="Delete"></Button>`,
|
||||
options: `<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue