From: Yunwei Xiao Date: Thu, 12 May 2022 09:58:42 +0000 (+0800) Subject: docs: fixed the indent of code (#1282) X-Git-Tag: @pinia/nuxt@0.2.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe1707bc2a466c5c47df33fac75baea50775f3a;p=thirdparty%2Fvuejs%2Fpinia.git docs: fixed the indent of code (#1282) --- diff --git a/packages/docs/core-concepts/index.md b/packages/docs/core-concepts/index.md index 95335b39..30a87d7f 100644 --- a/packages/docs/core-concepts/index.md +++ b/packages/docs/core-concepts/index.md @@ -64,7 +64,7 @@ export default defineComponent({ doubleCount, // this one will be reactive doubleValue: computed(() => store.doubleCount), - } + } }, }) ```