We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85f0a1 commit b22d077Copy full SHA for b22d077
src/views/system/user/profile/index.vue
@@ -67,6 +67,9 @@
67
68
<script setup name="Profile" lang="ts">
69
import UserAvatar from "./userAvatar.vue";
70
+import UserInfo from "./userInfo.vue";
71
+import ResetPwd from "./resetPwd.vue";
72
+import ThirdParty from "./thirdParty.vue";
73
import { getAuthList } from "@/api/system/social/auth";
74
import { getUserProfile } from "@/api/system/user";
75
0 commit comments