Hide content policy link if it is empty

This commit is contained in:
Pig Fang 2019-03-30 14:46:12 +08:00
parent 44edb23ba2
commit 867ef34628

View File

@ -47,7 +47,7 @@
</el-button>
</div>
<a href="#" @click="showContentPolicy">
<a v-if="contentPolicy" href="#" @click="showContentPolicy">
{{ $t('skinlib.showContentPolicy') }}
</a>
</div>