Merge branch 'master' of https://github.com/primefaces/primevue
commit
67888f7097
|
@ -75,7 +75,7 @@ export default {
|
|||
},
|
||||
confirmPosition(position) {
|
||||
this.$confirm.require({
|
||||
key: 'positionDialog',
|
||||
group: 'positionDialog',
|
||||
message: 'Do you want to delete this record?',
|
||||
header: 'Delete Confirmation',
|
||||
icon: 'pi pi-info-circle',
|
||||
|
|
|
@ -314,7 +314,7 @@ export default {
|
|||
},
|
||||
confirmPosition(position) {
|
||||
this.$confirm.require({
|
||||
key: 'positionDialog',
|
||||
group: 'positionDialog',
|
||||
message: 'Do you want to delete this record?',
|
||||
header: 'Delete Confirmation',
|
||||
icon: 'pi pi-info-circle',
|
||||
|
@ -408,7 +408,7 @@ export default defineComponent({
|
|||
|
||||
const confirmPosition = (position) => {
|
||||
confirm.require({
|
||||
key: 'positionDialog',
|
||||
group: 'positionDialog',
|
||||
message: 'Do you want to delete this record?',
|
||||
header: 'Delete Confirmation',
|
||||
icon: 'pi pi-info-circle',
|
||||
|
|
Loading…
Reference in New Issue