Skip to content

Commit

Permalink
docs: imports missing (vuejs#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceplugin committed Apr 21, 2024
1 parent a8e7ef5 commit 68d5b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/core-concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Pinia๊ฐ€ ์ƒํƒœ๋กœ ์ธ์‹ํ•˜๊ฒŒ ํ•˜๋ ค๋ฉด, ์…‹์—… ์Šคํ† ์–ด์˜ **๋ชจ๋“  ์ƒํƒœ
```ts
import { inject } from 'vue'
import { useRoute } from 'vue-router'
import { defineStore } from 'pinia'

export const useSearchFilters = defineStore('search-filters', () => {
const route = useRoute()
Expand Down

0 comments on commit 68d5b06

Please sign in to comment.