no message
Former-commit-id: 9feaadf3f4fb10c3ba2e2f00db5be6eebdcd730f Former-commit-id: 4d8eced27d2c8a388d5e10edbb80c221cbe835a3 Former-commit-id: 356c057e6780b48b7ae1afc841604d099f85c86d
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user