mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5547 - Remove styled from speed
This commit is contained in:
parent
704f6dedf2
commit
af56b7c054
16 changed files with 47 additions and 80 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue