Ripple remove wireframe
parent
5f5d0c397c
commit
ad63b5994e
|
@ -1,8 +0,0 @@
|
||||||
<template>
|
|
||||||
<DocSectionText v-bind="$attrs">
|
|
||||||
<p>{{ $attrs.description }}</p>
|
|
||||||
</DocSectionText>
|
|
||||||
<div class="card">
|
|
||||||
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/wireframe-placeholder.jpg" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
|
@ -11,17 +11,11 @@
|
||||||
<script>
|
<script>
|
||||||
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
||||||
import { getPTOptions } from '@/components/doc/helpers';
|
import { getPTOptions } from '@/components/doc/helpers';
|
||||||
import PTImage from './PTImage.vue';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
|
||||||
id: 'pt.image',
|
|
||||||
label: 'Wireframe',
|
|
||||||
component: PTImage
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'pt.doc.ripple',
|
id: 'pt.doc.ripple',
|
||||||
label: 'Ripple PT Options',
|
label: 'Ripple PT Options',
|
||||||
|
|
Loading…
Reference in New Issue