]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fixed the indent of code (#1282)
authorYunwei Xiao <xiaoluoboding@gmail.com>
Thu, 12 May 2022 09:58:42 +0000 (17:58 +0800)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 09:58:42 +0000 (11:58 +0200)
packages/docs/core-concepts/index.md

index 95335b39cfd01364a3f9a4b1a5155f8c7aa7108a..30a87d7fad068df40dbaac79206367768370c6e0 100644 (file)
@@ -64,7 +64,7 @@ export default defineComponent({
       doubleCount,
       // this one will be reactive
       doubleValue: computed(() => store.doubleCount),
-      }
+    }
   },
 })
 ```