Skip to content

Commit 8ddd23c

Browse files
committed
Official sync translation: /api/sfc-script-setup.md
- 2022-06-28
1 parent 4734227 commit 8ddd23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ko-KR/src/api/sfc-script-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ const emit = defineEmits<{
341341
이 문제를 해결하기 위해 `withDefaults` 컴파일러 매크로를 제공합니다:
342342

343343
```ts
344-
interface Props {
344+
export interface Props {
345345
msg?: string
346346
labels?: string[]
347347
}

0 commit comments

Comments
 (0)