Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
gzydong committed Jul 21, 2021
1 parent 5110343 commit 45b4b25
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ server {
|码云|https://gitee.com/gzydong/LumenIM|https://gitee.com/gzydong/hyperf-chat|


#### 联系方式
QQ : 837215079
#### 联系方式
QQ作者 : 837215079
QQ技术交流群 : 513037553

### 如果你觉得还不错,请 Star , Fork 给作者鼓励一下。
16 changes: 16 additions & 0 deletions src/components/chat/messaege/LoginMessage.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<template>
<!-- 登录消息 -->
<div class=""></div>
</template>

<script>
export default {
data() {
return {}
},
computed: {},
methods: {},
created() {},
}
</script>
<style lang="less" scoped></style>

0 comments on commit 45b4b25

Please sign in to comment.