mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5257
This commit is contained in:
parent
9a82025215
commit
f91f6bd1ec
12 changed files with 20 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div ref="container" v-bind="ptm('root')">
|
||||
<div ref="container" v-bind="ptmi('root')">
|
||||
<slot v-if="loaded"></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -11,6 +11,7 @@ import DeferredContentStyle from 'primevue/deferredcontent/style';
|
|||
export default {
|
||||
name: 'DeferredContent',
|
||||
extends: BaseComponent,
|
||||
inheritAttrs: false,
|
||||
emits: ['load'],
|
||||
style: DeferredContentStyle,
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue