소스 검색

Fix: Should call function on avatar loader

pull/169/head
winkidney 5 년 전
committed by Isaac Bythewood
부모
커밋
c56320ac5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pinry/templates/includes/vue-pin.html

+ 1
- 1
pinry/templates/includes/vue-pin.html 파일 보기

@@ -37,7 +37,7 @@
<p v-if="pin.description">{{ pin.description }}</p>
<div class="pin-footer clearfix">
<div class="avatar pull-left">
<img :src="getAvatar">
<img :src="getAvatar()">
</div>
<div class="text pull-right">
<span class="dim">pinned by</span>


불러오는 중...
취소
저장