mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - Update for BlockUI
This commit is contained in:
parent
4cea9d0eb6
commit
d7272b8caa
2 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,12 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import { DomHandler, ZIndexUtils } from 'primevue/utils';
|
||||
import BaseBlockUI from './BaseBlockUI.vue';
|
||||
|
||||
export default {
|
||||
name: 'BlockUI',
|
||||
extends: BaseComponent,
|
||||
extends: BaseBlockUI,
|
||||
emits: ['block', 'unblock'],
|
||||
mask: null,
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue