no message

Former-commit-id: 2604d4313f9a79a67305e802fa6c49118efd84c8
Former-commit-id: e76a5edf9058605f904e8ef5fe25e6e8b1cb4953
Former-commit-id: 9103c7822becd7b1b88cbf72737e9de2833c2735
This commit is contained in:
李杨
2018-03-07 21:37:52 +08:00
parent b7e5888331
commit 93efefe800
3 changed files with 19 additions and 0 deletions

View File

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