no message

Former-commit-id: 01ed6225446d7947324cbc77512a1db0b44ffe06
Former-commit-id: 9f2aaeb54b522d3f5150931103cabe641056b980
Former-commit-id: 3387e5fd3bcc0f1ab103c52e2d6727f51f5ac63c
This commit is contained in:
李杨
2018-03-08 08:49:01 +08:00
parent 93efefe800
commit e8b57d0d97
4 changed files with 10 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
<div v-if="type === 'ghost'">
<slot></slot>
</div>
<!-- [full] 撑满 -->
<div v-if="type === 'full'">
<!-- [full-card] 撑满 -->
<div v-if="type === 'full-card'">
<slot></slot>
</div>
</div>