mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Lint fix
This commit is contained in:
parent
bbc64e7573
commit
c02de80b09
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,6 @@ export default {
|
|||
}
|
||||
},
|
||||
style: BaseIconStyle,
|
||||
computed: {
|
||||
pathId() {
|
||||
return UniqueComponentId('pv_icon_clip_pv_id_');
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
pti() {
|
||||
const isLabelEmpty = ObjectUtils.isEmpty(this.label);
|
||||
|
@ -40,6 +35,11 @@ export default {
|
|||
'aria-hidden': isLabelEmpty
|
||||
};
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
pathId() {
|
||||
return UniqueComponentId('pv_icon_clip_pv_id_');
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue