即时通信嵌入开发完成,期待下次开发将ui嵌入navbar中,以及完成拉起群聊以及群聊系统开发

This commit is contained in:
2024-10-29 16:46:27 +08:00
parent 7a73f4d2b5
commit 8662ce971d
21 changed files with 967 additions and 32 deletions

View File

@@ -0,0 +1,40 @@
<template>
</template>
<script >
export default {
name: 'Message',
data() {
return {
}
},
mounted() {
this.init()
},
beforeDestroy() {
this.destroy()
},
methods: {
click() {
this.$router
},
change() {
},
init() {
},
destroy() {
}
}
}
</script>
<style scoped lang="scss">
</style>