This commit is contained in:
cookfront
2017-03-13 14:30:21 +08:00
parent e7610239a6
commit ec77685afc
4 changed files with 77 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<h4 v-text="title" class="zan-card__title"></h4>
</slot>
<slot name="desc">
<p v-if="desc" v-text="desc" class="zan-card__title"></p>
<p v-if="desc" v-text="desc" class="zan-card__desc"></p>
</slot>
<slot name="tags"></slot>
</div>