Fixed #1625 - BlockUI not working with div as child component
parent
cc7d7c437c
commit
0d1ed578eb
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div ref="container" class="p-blockui-container">
|
<div ref="container" class="p-blockui-container" v-bind="$attrs">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue