typo fix chip remove icon

pull/1212/head
Tuğçe Küçükoğlu 2021-04-22 12:45:15 +03:00
parent 0302043558
commit 09f104536a
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ export default {
return ['p-chip-icon', this.icon];
},
removeIconClass() {
return ['pi-chip-remove-icon', this.removeIcon];
return ['p-chip-remove-icon', this.removeIcon];
}
}
}
@ -76,7 +76,7 @@ export default {
line-height: 1.5;
}
.pi-chip-remove-icon {
.p-chip-remove-icon {
line-height: 1.5;
cursor: pointer;
}

View File

@ -123,7 +123,7 @@ import Chip from 'primevue/chip';
<td>Text of the chip.</td>
</tr>
<tr>
<td>pi-chip-remove-icon</td>
<td>p-chip-remove-icon</td>
<td>Remove icon.</td>
</tr>
</tbody>