no message

Former-commit-id: c492899d3fb529607b2349a9c5e8a0b730c191d6
Former-commit-id: 62224e3488a64e394713760d96ba379fc8ff88cb
Former-commit-id: 411e02eedcd401b54446372ca75ae502033dcaeb
This commit is contained in:
李杨
2018-02-09 14:34:40 +08:00
parent 865b6d1a06
commit 250a48207a
3 changed files with 28 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="dd-clearfix">
<span class="dd-fl">{{title}}</span>
<span class="dd-fr"><GithubLink :url="url"></GithubLink></span>
<span v-if="title" class="dd-fl">{{title}}</span>
<span v-if="url" class="dd-fr"><GithubLink :url="url"></GithubLink></span>
</div>
</template>