mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Merge pull request #4792 from demershov/master
Fix #4791 - BaseIcon: SpinnerIcon component isn't spinning.
This commit is contained in:
commit
007865a484
1 changed files with 3 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import BaseIconStyle from 'primevue/baseicon/style';
|
||||
import { ObjectUtils } from 'primevue/utils';
|
||||
|
||||
export default {
|
||||
name: 'BaseIcon',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
label: {
|
||||
type: String,
|
||||
|
@ -14,6 +16,7 @@ export default {
|
|||
default: false
|
||||
}
|
||||
},
|
||||
style: BaseIconStyle,
|
||||
beforeMount() {
|
||||
BaseIconStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue