mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3879 - For Skeleton
This commit is contained in:
parent
51653f96f8
commit
cc7d0ccce2
3 changed files with 42 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
|||
<template>
|
||||
<div :style="containerStyle" :class="containerClass" aria-hidden="true"></div>
|
||||
<div :style="containerStyle" :class="containerClass" aria-hidden="true" v-bind="ptm('root')"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
|
||||
export default {
|
||||
name: 'Skeleton',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
shape: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue