Skip to content

Commit e412f1f

Browse files
committed
docs: remove playground
1 parent 5fcca78 commit e412f1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vitepress/theme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Theme from 'vitepress/theme'
22
import { Layout } from './Layout'
33
import './custom.css'
44
import './code-theme.css'
5-
import { createPinia } from '../../../src'
5+
// import { createPinia } from '../../../src'
66

77
/** @type {import('vitepress').Theme} */
88
const config = {
@@ -11,7 +11,7 @@ const config = {
1111
Layout,
1212

1313
enhanceApp({ app }) {
14-
app.use(createPinia())
14+
// app.use(createPinia())
1515
},
1616
}
1717

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote
2424
---
2525

2626
<ThemeToggle/>
27-
<TestStore/>
27+
<!-- <TestStore/> -->
2828

2929
<HomeSponsors />
3030

3131
<script setup>
3232
import HomeSponsors from './.vitepress/components/HomeSponsors.vue'
3333
import ThemeToggle from './.vitepress/components/ThemeToggle.vue'
34-
import TestStore from './.vitepress/components/TestStore.vue'
34+
// import TestStore from './.vitepress/components/TestStore.vue'
3535
</script>

0 commit comments

Comments
 (0)