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