From: Eduardo San Martin Morote Date: Tue, 20 Jul 2021 09:48:19 +0000 (+0200) Subject: docs: trailing line X-Git-Tag: v2.0.0-rc.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd7c61df6f1fb5390573eee8e5235b970b2c0e4;p=thirdparty%2Fvuejs%2Fpinia.git docs: trailing line --- diff --git a/docs/core-concepts/outside-component-usage.md b/docs/core-concepts/outside-component-usage.md index 0b4fd516..f9c3d95e 100644 --- a/docs/core-concepts/outside-component-usage.md +++ b/docs/core-concepts/outside-component-usage.md @@ -57,4 +57,3 @@ router.beforeEach((to) => { When dealing with Server Side Rendering, you will have to pass the `pinia` instance to `useStore()`. This prevents pinia from sharing global state between different application instances. There is a whole section dedicated to it in the [SSR guide](/ssr/index.md), this is just a short explanation: -