-
Notifications
You must be signed in to change notification settings - Fork 0
Vuetify
jaeseok.an edited this page Feb 17, 2020
·
3 revisions
- mdi icon, font 제공
- named slot을 사용해야 하는 경우
- v-list-item에서 route 사용
- <v-list-item :to="item.routeAttrs.to" @click.prevent="$emit('closeMenu')">
- v-menu에서 activator:"{ on }" 의 의미
- https://stackoverflow.com/questions/55188478/meaning-of-v-slotactivator-on
- 요약 - v-menu의 activator로 부터 모든 event handler를 받아 하위에서 사용하겠다는 뜻
test