mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Codesandbox samples removed
This commit is contained in:
parent
13e5910259
commit
b11f12c7ef
217 changed files with 294 additions and 307 deletions
|
@ -6,7 +6,7 @@
|
|||
</p>
|
||||
</DocSectionText>
|
||||
|
||||
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
|
||||
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -19,7 +19,7 @@ import { createApp } from "vue";
|
|||
import PrimeVue from "primevue/config";
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(PrimeVue, {
|
||||
app.use(PrimeVue, {
|
||||
pt: {
|
||||
global: {
|
||||
css: \`
|
||||
|
@ -48,7 +48,7 @@ app.use(PrimeVue, {
|
|||
}
|
||||
\`
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue