Linting for v3... Lifecycle migration, remove .native, key for templates.

This commit is contained in:
Cagatay Civici 2020-09-17 15:19:11 +03:00
parent 040c599e51
commit efefea2edd
102 changed files with 230 additions and 230 deletions

View file

@ -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)
}
];
},