Rate/Slider/Message doc update

This commit is contained in:
Leopoldthecoder
2016-08-27 16:06:22 +08:00
parent ff9a5ba530
commit 1a2566117d
8 changed files with 200 additions and 112 deletions

View File

@@ -9,7 +9,7 @@
</div>
</div>
<div class="el-dialog__body"><slot></slot></div>
<div class="el-dialog__footer">
<div class="el-dialog__footer" v-if="$slots.footer">
<slot name="footer"></slot>
</div>
</div>