parent
e97f0eb05b
commit
b907613e05
|
@ -613,9 +613,6 @@ export default {
|
||||||
empty() {
|
empty() {
|
||||||
return !this.value || this.value.length === 0;
|
return !this.value || this.value.length === 0;
|
||||||
},
|
},
|
||||||
emptyMessageText() {
|
|
||||||
return this.$primevue.config?.locale?.emptyMessage || '';
|
|
||||||
},
|
|
||||||
totalIndicators() {
|
totalIndicators() {
|
||||||
return this.value ? Math.max(Math.ceil((this.value.length - this.d_numVisible) / this.d_numScroll) + 1, 0) : 0;
|
return this.value ? Math.max(Math.ceil((this.value.length - this.d_numVisible) / this.d_numScroll) + 1, 0) : 0;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue