Skip to content

Commit

Permalink
Fixed #1625 - BlockUI not working with div as child component
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 25, 2021
1 parent cc7d7c4 commit 0d1ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blockui/BlockUI.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="container" class="p-blockui-container">
<div ref="container" class="p-blockui-container" v-bind="$attrs">
<slot></slot>
</div>
</template>
Expand Down

0 comments on commit 0d1ed57

Please sign in to comment.