From e412f1f645fb485a0ad76eb1022563a158235538 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 3 Jun 2021 16:02:52 +0200 Subject: [PATCH] docs: remove playground --- docs/.vitepress/theme/index.js | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 --- - + -- 2.47.2