mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3797 - DeferredContent updates
This commit is contained in:
parent
02307960ec
commit
f5f92807c5
3 changed files with 63 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
<template>
|
||||
<div ref="container">
|
||||
<div ref="container" v-bind="ptm('root')">
|
||||
<slot v-if="loaded"></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ComponentBase from 'primevue/base';
|
||||
|
||||
export default {
|
||||
name: 'DeferredContent',
|
||||
extends: ComponentBase,
|
||||
emits: ['load'],
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue