From: Eduardo San Martin Morote Date: Thu, 3 Jun 2021 14:02:52 +0000 (+0200) Subject: docs: remove playground X-Git-Tag: v2.0.0-beta.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e412f1f645fb485a0ad76eb1022563a158235538;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove playground --- diff --git a/docs/.vitepress/theme/index.js b/docs/.vitepress/theme/index.js index bf5b9b08..4a1d56ee 100644 --- a/docs/.vitepress/theme/index.js +++ b/docs/.vitepress/theme/index.js @@ -2,7 +2,7 @@ import Theme from 'vitepress/theme' import { Layout } from './Layout' import './custom.css' import './code-theme.css' -import { createPinia } from '../../../src' +// import { createPinia } from '../../../src' /** @type {import('vitepress').Theme} */ const config = { @@ -11,7 +11,7 @@ const config = { Layout, enhanceApp({ app }) { - app.use(createPinia()) + // app.use(createPinia()) }, } diff --git a/docs/index.md b/docs/index.md index 0bb20b45..dd53b6dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,12 +24,12 @@ footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote --- - +