Skip to content

Commit 2e51212

Browse files
narusasgitlocalize-app[bot]
authored andcommitted
Translate transitions.md via GitLocalize
1 parent 78dbd97 commit 2e51212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ko/guide/advanced/transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ route 컴포넌트에서 트랜지션을 사용하고 탐색을 애니메이션
1212
</router-view>
1313
```
1414

15-
[All transition APIs](https://v3.vuejs.org/guide/transitions-enterleave.html) work the same here.
15+
[Vue의 모든 transition APIs](https://v3.vuejs.org/guide/transitions-enterleave.html) 와 동일하게 동작
1616

1717
## 경로별 트랜지션(Per-Route Transition)
1818

19-
The above usage will apply the same transition for all routes. If you want each route's component to have different transitions, you can instead combine [meta fields](./meta.md) and a dynamic `name` on `<transition>`:
19+
위의 사용법은 모든 경로에 동일한 트랜지션을 적용합니다. 각 경로의 구성 요소가 서로 다른 트랜지션을 갖도록 하려면, <code>&lt;transition&gt;</code> 에서 <a>메타 필드</a> 와 동적 `name` 을 결합 할 수 있습니다.
2020

2121
```js
2222
const routes = [

0 commit comments

Comments
 (0)