Add playground sample
parent
18576538e7
commit
0e8b533750
|
@ -1,7 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>
|
<p>
|
||||||
A sample <a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt-quickstart" rel="noopener noreferrer">starter example</a> is available at PrimeVue examples repository.
|
A sample <a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt-quickstart" rel="noopener noreferrer">starter example</a>
|
||||||
|
is available at PrimeVue examples repository. In addition an <a href="https://stackblitz.com/edit/nuxt-starter-5nuyko">online playground</a> sample can be accessed at StackBlitz.
|
||||||
</p>
|
</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -80,16 +80,16 @@ export default {
|
||||||
label: 'Styles',
|
label: 'Styles',
|
||||||
component: StyleDoc
|
component: StyleDoc
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'example',
|
||||||
|
label: 'Example',
|
||||||
|
component: ExampleDoc
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'video',
|
id: 'video',
|
||||||
label: 'Video',
|
label: 'Video',
|
||||||
component: VideoDoc
|
component: VideoDoc
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'example',
|
|
||||||
label: 'Example',
|
|
||||||
component: ExampleDoc
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue