Skip to content

Commit d012401

Browse files
authored
Merge pull request #281 from niceplugin/api/sfc-script-setup
Official sync translation: /api/sfc-script-setup.md
2 parents b40f922 + 8ddd23c commit d012401

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)