typo fix chip remove icon
parent
0302043558
commit
09f104536a
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue