Skip to content

Commit d2fda5e

Browse files
authored
Merge pull request #269 from niceplugin/src/comments
마크다운 커스텀 주석 제거
2 parents 0cdadf6 + 412630c commit d2fda5e

File tree

8 files changed

+0
-17
lines changed

8 files changed

+0
-17
lines changed

ko-KR/src/guide/best-practices/performance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Vue는 수동 최적화가 크게 필요하지 않은 가장 일반적인 사용
2727

2828
- Vue를 다양한 방식으로 활용하는 방법을 보려면 [Vue 사용 방법](/guide/extras/ways-of-using-vue.html)을 참조하세요.
2929

30-
[comment]: <> (/guide/extras/ways-of-using-vue.md 번역 후 링크 수정 필요)
31-
3230
- Jason Miller의 블로그 [Application Holotypes](https://jasonformat.com/application-holotypes/)(앱 유형)에서 웹 앱의 유형과 이상적인 구현 및 제공에 대해 논의합니다.
3331

3432
## 프로파일링 옵션 (profiling options) {#profiling-options}

ko-KR/src/guide/built-ins/transition-group.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ import ListStagger from './transition-demos/ListStagger.vue'
8484

8585
[전체 예제](/examples/#list-transition)
8686

87-
[comment]: <> (/examples 문서 번역 후 링크 수정 필요)
88-
8987
## 시차가 있는 목록 트랜지션 {#staggering-list-transitions}
9088

9189
데이터 속성을 통해 JavaScript 트랜지션과 통신함으로써 목록에서 트랜지션을 시차가 있게 할 수도 있습니다.

ko-KR/src/guide/components/props.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ prop 유효성 검사에 실패하면 Vue는 콘솔에 경고를 출력합니다
517517
[타입 기반 props 선언](/api/sfc-script-setup.html#typescript-only-features) 시, Vue는 타입 문법을 적절한 prop 선언으로 컴파일하기 위해 최선을 다할 것입니다.
518518
예를 들어 `defineProps<{ msg: string }>``{ msg: { type: String, required: true }}`로 컴파일됩니다.
519519

520-
[comment]: <> (api 문서 번역 후 링크 확인 필요)
521-
522520
</div>
523521
<div class="options-api">
524522

ko-KR/src/guide/components/slots.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ function MyComponent(slots) {
404404

405405
사실 이것은 범위가 지정된 슬롯이 컴파일되는 방법과 수동 [렌더 함수](/guide/extras/render-function.html)에서 범위가 지정된 슬롯을 사용하는 방법에 매우 유사합니다.
406406

407-
[comment]: <> (/guide/extras/render-function.md 번역 후 링크 수정 필요)
408-
409407
`v-slot="slotProps"`가 슬롯 함수 특징과 어떻게 일치하는지 주목하십시오.
410408
함수의 인수와 마찬가지로 `v-slot`에서 분해 할당을 사용할 수 있습니다:
411409

ko-KR/src/guide/essentials/list.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ data() {
227227

228228
:::warning 참고
229229
`v-if``v-for`를 함께 사용하는 것은 **권장되지 않습니다**.
230-
231-
[comment]: <> (자세한 내용은 [스타일 가이드]&#40;/style-guide/rules-essential.html#avoid-v-if-with-v-for&#41;를 참조하세요.)
232230
:::
233231

234232
이것들이 같은 노드에 존재할 때 `v-if``v-for`보다 우선순위가 높기 때문에 `v-if` 조건문에서 `v-for` 변수에 액세스할 수 없습니다:

ko-KR/src/guide/extras/composition-api-faq.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ Vue를 컴포지션 API와 함께 사용하는 방법을 배우고 싶다면 왼
6565
컴포지션 API의 로직 재사용 기능은 구성화 유틸리티의 계속 성장하는 컬렉션인 [VueUse](https://vueuse.org/)와 같은 인상적인 커뮤니티 프로젝트를 탄생시켰습니다.
6666
또한 상태 저장 타사 서비스 또는 라이브러리를 [불변 데이터](/guide/extras/reactivity-in-depth.html#immutable-data), [상태 머신](/guide/extras/reactivity-in-depth.html#state-machines)[RxJS](https://vueuse.org/rxjs/readme.html#vueuse-rxjs)와 같은 Vue의 반응형 시스템에 쉽게 통합하기 위한 깔끔한 메커니즘 역할을 합니다.
6767

68-
[comment]: <> (/guide/extras/reactivity-in-depth.md 번역 후 링크 수정 필요)
69-
[comment]: <> (/guide/extras/reactivity-in-depth.md 번역 후 링크 수정 필요)
70-
7168
### 보다 유연한 코드 구성
7269

7370
많은 사용자는 기본적으로 옵션 API를 사용하여 조직화된 코드를 작성하는 것을 좋아합니다.

ko-KR/src/guide/reusability/composables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ React에 대한 경험이 있다면 이것이 커스텀 React 훅과 매우 유
421421
그러나 Vue 구성화는 Vue의 세분화된 반응성 시스템을 기반으로 하며, 이는 React 훅의 실행 모델과 근본적으로 다릅니다.
422422
이는 [컴포지션 API FAQ](/guide/extras/composition-api-faq#comparison-with-react-hooks)에서 자세히 설명합니다.
423423

424-
[comment]: <> (/guide/extras/composition-api-faq.md 번역 후 링크 수정 필요)
425-
426424
## 추가적인 읽을거리 {#further-reading}
427425

428426
- [반응형 심화](/guide/extras/reactivity-in-depth.html): Vue의 반응형 시스템이 어떻게 작동하는지에 대한 심화 수준의 이해를 위해.

ko-KR/src/guide/scaling-up/sfc.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ SFC 사용을 위해서는 빌드 방식을 따라야 하지만 다음과 같은
4545
- 템플릿 표현식을 [지원하는 IDE](/guide/scaling-up/tooling.html#ide-support)의 자동 완성 및 유형 검사
4646
- 즉시 사용 가능한 핫 모듈 교체(Hot-Module Replacement: HMR) 지원
4747

48-
[comment]: <> (/guide/extras/composition-api-faq.md 번역 후 링크 수정 필요)
49-
5048
SFC는 Vue를 프레임워크로 정의하며, 다음과 같이 Vue를 사용하는 데 권장되는 접근 방식입니다.
5149

5250
- 싱글 페이지 애플리케이션(Single Page Application: SPA)

0 commit comments

Comments
 (0)