mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Codesandbox samples removed
This commit is contained in:
parent
13e5910259
commit
b11f12c7ef
217 changed files with 294 additions and 307 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Determines the composables to use, when default value is ignored or set as <i>*</i> all composables are imported.</p>
|
||||
<DocSectionCode :code="code1" importCode hideToggleCode hideCodeSandbox hideStackBlitz />
|
||||
<DocSectionCode :code="code1" importCode hideToggleCode hideStackBlitz />
|
||||
</DocSectionText>
|
||||
</template>
|
||||
|
||||
|
@ -11,7 +11,7 @@ export default {
|
|||
return {
|
||||
code1: {
|
||||
basic: `
|
||||
primevue: {
|
||||
primevue: {
|
||||
composables: {
|
||||
include: ['useStyle']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue