mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-18 21:27:51 +00:00
store命名优化
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script setup>
|
||||
import { onMounted } from 'vue'
|
||||
import { User, Key, Bell } from '@element-plus/icons-vue'
|
||||
import { messageStore } from '@/stores'
|
||||
import { useMessageStore } from '@/stores'
|
||||
|
||||
const messageData = messageStore()
|
||||
const messageData = useMessageStore()
|
||||
|
||||
onMounted(async () => {
|
||||
await messageData.loadSessionList()
|
||||
|
||||
Reference in New Issue
Block a user