"Vue.js defineProps"의 두 판 사이의 차이

(새 문서: ==개요== ;Vue.js defineProps <syntaxhighlight lang='javascript'> const props = defineProps({ foo: String }) </syntaxhighlight> ==같이 보기== * defineEmits ==참고== *...)
 
잔글 (Jmnote님이 DefineProps 문서를 Vue.js defineProps 문서로 이동했습니다)
(차이 없음)

2023년 10월 13일 (금) 12:37 판

1 개요

Vue.js defineProps
const props = defineProps({
  foo: String
})

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}