Fixed #1625 - BlockUI not working with div as child component

pull/1711/head
Tuğçe Küçükoğlu 2021-10-25 17:34:32 +03:00
parent cc7d7c437c
commit 0d1ed578eb
1 changed files with 1 additions and 1 deletions

View File

@ -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>