인프런 커뮤니티 질문&답변
답변 1
2
연합시스템 dev 계정
질문자
해결했네요..!!
<template v-slot:username>
{{ userInfo.id }}
</template>
<template v-slot:time>
{{ userInfo.created }}
</template>답변 1
2
해결했네요..!!
<template v-slot:username>
{{ userInfo.id }}
</template>
<template v-slot:time>
{{ userInfo.created }}
</template>
안녕하세요, 아 스스로 잘 해결하셨네요 :) 저도 동일한 방법 말씀 드리려고 했어요. 아래 문서 참고하시고 슬롯 개념은 Vue 3에도 동일하게 있지만 문법만 조금 달라진거라 참고하시면 됩니다 :)
https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html