Przeglądaj źródła

Update index.tsx

lex 2 lat temu
rodzic
commit
e5effbf544
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/student/member-center/index.tsx

+ 1 - 1
src/student/member-center/index.tsx

@@ -31,7 +31,7 @@ export default defineComponent({
   },
   computed: {
     userInfo() {
-      const users = this.users
+      const users: any = this.users
 
       return {
         username: users?.nickname || '',