mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5046
This commit is contained in:
parent
19cd180575
commit
6ccebe113b
28 changed files with 30 additions and 174 deletions
|
@ -21,11 +21,6 @@ import BaseIcon from 'primevue/baseicon';
|
|||
|
||||
export default {
|
||||
name: 'TrashIcon',
|
||||
extends: BaseIcon,
|
||||
computed: {
|
||||
pathId() {
|
||||
return `pv_icon_clip_${this.id}`;
|
||||
}
|
||||
}
|
||||
extends: BaseIcon
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue