This commit is contained in:
tugcekucukoglu 2024-01-23 16:04:37 +03:00
parent 19cd180575
commit 6ccebe113b
28 changed files with 30 additions and 174 deletions

View file

@ -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>