Codesandbox samples removed

This commit is contained in:
tugcekucukoglu 2024-01-30 11:16:35 +03:00
parent 13e5910259
commit b11f12c7ef
217 changed files with 294 additions and 307 deletions

View file

@ -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, {
}
\`
}
}
}
});
`
}