Skip to content

Commit

Permalink
Update outside-component-usage.md (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshq committed Apr 3, 2023
1 parent 721f9cc commit 634cffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/core-concepts/outside-component-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you are not doing any SSR (Server Side Rendering), any call of `useStore()` a

```js
import { useUserStore } from '@/stores/user'
import { createPinia } from 'pinia';
import { createApp } from 'vue'
import App from './App.vue'

Expand Down

0 comments on commit 634cffc

Please sign in to comment.