优化文档

This commit is contained in:
fan
2021-01-23 14:48:05 +08:00
parent 77c84298c5
commit 2126095bdb
3 changed files with 19 additions and 18 deletions
+17 -16
View File
@@ -44,22 +44,6 @@
<div style="display:flex;">
<div>
<div class="title">精简模式</div>
<div class="imui-center">
<lemon-imui
:user="user"
ref="SimpleIMUI"
width="340px"
simple
@pull-messages="handlePullMessages"
@message-click="handleMessageClick"
@send="handleSend"
></lemon-imui>
<a target="_blank" style="font-size:14px" href="https://codesandbox.io/s/lemon-imui-jingjianmoshi-forked-1lvoh?fontsize=14&hidenavigation=1&theme=dark">在线编辑代码</a>
</div>
</div>
<div style="margin:0 55px;">
<div class="title">插槽演示</div>
<div class="imui-center">
<lemon-imui
@@ -102,6 +86,23 @@
</template>
</lemon-imui>
</div>
</div>
<div style="margin:0 55px;">
<div class="title">精简模式</div>
<div class="imui-center">
<lemon-imui
:user="user"
ref="SimpleIMUI"
width="340px"
simple
@pull-messages="handlePullMessages"
@message-click="handleMessageClick"
@send="handleSend"
></lemon-imui>
<a target="_blank" style="font-size:14px" href="https://codesandbox.io/s/lemon-imui-jingjianmoshi-forked-1lvoh?fontsize=14&hidenavigation=1&theme=dark">在线编辑代码</a>
</div>
</div>
</div>