修复页面加载不出的问题
This commit is contained in:
@@ -856,7 +856,7 @@
|
||||
|
||||
<script setup name="Index">
|
||||
import useSocketStore from '@/store/modules/socket'
|
||||
import { ref } from 'vue-demi';
|
||||
import { ref } from 'vue';
|
||||
import { storeToRefs } from 'pinia';
|
||||
const socketStore=useSocketStore();
|
||||
const {onlineNum}=storeToRefs(socketStore);
|
||||
|
||||
Reference in New Issue
Block a user