mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Linting for v3... Lifecycle migration, remove .native, key for templates.
This commit is contained in:
parent
040c599e51
commit
efefea2edd
102 changed files with 230 additions and 230 deletions
|
@ -87,7 +87,7 @@ export default {
|
|||
currentSearchChar: null,
|
||||
previousSearchChar: null,
|
||||
searchValue: null,
|
||||
beforeDestroy() {
|
||||
beforeUnmount() {
|
||||
this.restoreAppend();
|
||||
this.unbindOutsideClickListener();
|
||||
},
|
||||
|
@ -441,7 +441,7 @@ export default {
|
|||
'p-dropdown-label p-inputtext',
|
||||
{
|
||||
'p-placeholder': this.label === this.placeholder,
|
||||
'p-dropdown-label-empty': !this.$scopedSlots['value'] && (this.label === 'p-emptylabel' || this.label.length === 0)
|
||||
'p-dropdown-label-empty': !this.$slots['value'] && (this.label === 'p-emptylabel' || this.label.length === 0)
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue