Skip to content

Commit

Permalink
update the expression
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Dec 16, 2023
1 parent d8c819d commit 3411a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pinia/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Introduction ๐Ÿ†•

# Pinia๋ž€?

ํ”ผ๋‹ˆ์•„(Pinia)๋ž€ [Compositoin API](../reuse/composition) ๊ธฐ๋ฐ˜์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ์ƒํƒœ ๊ด€๋ฆฌ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค. Vuex์˜ ์ตœ์‹  ๋ฒ„์ „์ธ 5๋ฅผ ์˜๋ฏธํ•˜๋Š” ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์ด๊ธฐ๋„ ํ•ฉ๋‹ˆ๋‹ค.
[ํ”ผ๋‹ˆ์•„(Pinia)](https://pinia.vuejs.org/)๋ž€ [Composition API](../reuse/composition) ๊ธฐ๋ฐ˜์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ์ƒํƒœ ๊ด€๋ฆฌ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค. Vuex์˜ ์ตœ์‹  ๋ฒ„์ „์ธ 5๋ฅผ ์˜๋ฏธํ•˜๋Š” ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์ด๊ธฐ๋„ ํ•ฉ๋‹ˆ๋‹ค.

## Vuex๋ž‘ ๋ญ๊ฐ€ ๋‹ค๋ฅผ๊นŒ?

Expand All @@ -30,7 +30,7 @@ npm install pinia
yarn add pinia
```

## Pinia ๊ธฐ๋ณธ
## Pinia ๋“ฑ๋ก

ํ”ผ๋‹ˆ์•„๋ฅผ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์—์„œ ์‚ฌ์šฉํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” main.js ํŒŒ์ผ์— ๋‹ค์Œ ์ฝ”๋“œ๋ฅผ ์ถ”๊ฐ€ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

Expand Down

0 comments on commit 3411a30

Please sign in to comment.