티스토리 뷰
props와 ref 복합적으로 사용할 때 헷갈려서 정리용으로 남깁니다.
if (Array.isArray(props.parentArray) && props.parentArray.length > 0 && childRefConst.value !== '' && childRefConst.value !== undefined) {
tmp = props.parentArray[childRefConst.value]; //인덱스에 붙일 때 감싼거면 .value붙이기
} else {
tmp = '';
}
template에서는
- props 안붙이고 변수명만 사용
script에서
- ref는 .value와 함께
- 상속받은 변수는 꼭 props.변수 => .value 안 붙여도됨
반응형
'오류 해결' 카테고리의 다른 글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- knowlegegraph
- hadoop
- Vue3
- ChatGPT
- rdflib
- vervel
- difflib
- 지식그래프임베딩
- cursorai
- Claude
- 키워드추출
- pandas
- pdfmathtranslate
- Postgis
- python'
- TextRank
- SPARQL
- python
- Encoding
- knowledgegraph
- writerow
- MongoDB
- 지식그래프
- LLM
- polars
- PostgreSQL
- vscode
- PEFT
- p-tuing
- psycopg
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함