Skip to content

Commit

Permalink
Merge pull request #4792 from demershov/master
Browse files Browse the repository at this point in the history
Fix #4791 - BaseIcon: SpinnerIcon component isn't spinning.
  • Loading branch information
tugcekucukoglu authored Nov 15, 2023
2 parents 08194e6 + 7e8a471 commit 007865a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/lib/baseicon/BaseIcon.vue
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -14,6 +16,7 @@ export default {
default: false
}
},
style: BaseIconStyle,
beforeMount() {
BaseIconStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
},
Expand Down

0 comments on commit 007865a

Please sign in to comment.