no message

Former-commit-id: 9feaadf3f4fb10c3ba2e2f00db5be6eebdcd730f
Former-commit-id: 4d8eced27d2c8a388d5e10edbb80c221cbe835a3
Former-commit-id: 356c057e6780b48b7ae1afc841604d099f85c86d
This commit is contained in:
李杨
2018-03-19 21:57:16 +08:00
parent 11c4c9160e
commit 91f12786d0
9 changed files with 17 additions and 56 deletions

View File

@@ -10,8 +10,8 @@
<slot name="header"></slot>
<slot></slot>
</div>
<!-- [full-card] 撑满 -->
<card-full v-if="type === 'full-card'" :right="20" :bottom="20">
<!-- [card-full] 撑满 -->
<card-full v-if="type === 'card-full'" :right="20" :bottom="20">
<slot v-if="$slots.header" name="header" slot="header"></slot>
<slot></slot>
</card-full>