未设置title时,不渲染title标签

master
chenghx 6 years ago
parent 244a954508
commit e0ff72f271
  1. 2
      src/components/tool/DetailList.vue

@ -1,6 +1,6 @@
<template>
<div class="detail-list">
<div class="title">{{title}}</div>
<div v-if="title" class="title">{{title}}</div>
<a-row>
<slot></slot>
</a-row>

Loading…
Cancel
Save