Skip to content

Commit

Permalink
i18n(ko-KR): update astro-syntax.mdx (#8586)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev committed Jun 20, 2024
1 parent b682a3a commit 9dfcd38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/ko/basics/astro-syntax.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ const Component = MyComponent;

- **수화 지시어는 지원되지 않습니다.** [`client:*` 수화 지시어](/ko/guides/framework-components/#인터랙티브-컴포넌트-하이드레이션)를 사용하면 Astro는 프로덕션을 위해 번들링할 컴포넌트를 알아야 하지만 동적 태그 패턴이 이를 알 수 없게 만듭니다.

- **[define:vars 지시어](/ko/reference/directives-reference/#definevars)는 지원되지 않습니다.** 만약 자식 요소를 감싸는 요소 (`<div>` 등)를 추가할 수 없다면, 요소에 `style={``--myVar:${value}``}`를 수동으로 추가할 수 있습니다.

### 프래그먼트

Astro에서는 `<Fragment> </Fragment>` 또는 간단히 `<> </>`를 사용할 수 있습니다.
Expand Down

0 comments on commit 9dfcd38

Please sign in to comment.