File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Theme from 'vitepress/theme'
2
2
import { Layout } from './Layout'
3
3
import './custom.css'
4
4
import './code-theme.css'
5
- import { createPinia } from '../../../src'
5
+ // import { createPinia } from '../../../src'
6
6
7
7
/** @type {import('vitepress').Theme } */
8
8
const config = {
@@ -11,7 +11,7 @@ const config = {
11
11
Layout,
12
12
13
13
enhanceApp ( { app } ) {
14
- app . use ( createPinia ( ) )
14
+ // app.use(createPinia())
15
15
} ,
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote
24
24
---
25
25
26
26
<ThemeToggle />
27
- <TestStore />
27
+ <!-- < TestStore/> -- >
28
28
29
29
<HomeSponsors />
30
30
31
31
<script setup >
32
32
import HomeSponsors from ' ./.vitepress/components/HomeSponsors.vue'
33
33
import ThemeToggle from ' ./.vitepress/components/ThemeToggle.vue'
34
- import TestStore from ' ./.vitepress/components/TestStore.vue'
34
+ // import TestStore from './.vitepress/components/TestStore.vue'
35
35
</script >
You can’t perform that action at this time.
0 commit comments