mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5257
This commit is contained in:
parent
a9164bdbde
commit
dd84dbbb60
33 changed files with 82 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div ref="container" :class="cx('root')" :aria-busy="isBlocked" v-bind="ptm('root')">
|
||||
<div ref="container" :class="cx('root')" :aria-busy="isBlocked" v-bind="ptmi('root')">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -11,6 +11,7 @@ import BaseBlockUI from './BaseBlockUI.vue';
|
|||
export default {
|
||||
name: 'BlockUI',
|
||||
extends: BaseBlockUI,
|
||||
inheritAttrs: false,
|
||||
emits: ['block', 'unblock'],
|
||||
mask: null,
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue