Fixed #5547 - Remove styled from speed

This commit is contained in:
Cagatay Civici 2024-04-08 13:43:16 +03:00
parent 704f6dedf2
commit af56b7c054
16 changed files with 47 additions and 80 deletions

View file

@ -5,12 +5,6 @@ import IconFieldStyle from 'primevue/iconfield/style';
export default {
name: 'BaseIconField',
extends: BaseComponent,
props: {
iconPosition: {
type: String,
default: 'right'
}
},
style: IconFieldStyle,
provide() {
return {