Skip to content

Commit

Permalink
fix 修复 导包警告问题
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaLionLi committed Sep 1, 2023
1 parent c85f0a1 commit b22d077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/system/user/profile/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@

<script setup name="Profile" lang="ts">
import UserAvatar from "./userAvatar.vue";
import UserInfo from "./userInfo.vue";
import ResetPwd from "./resetPwd.vue";
import ThirdParty from "./thirdParty.vue";
import { getAuthList } from "@/api/system/social/auth";
import { getUserProfile } from "@/api/system/user";
Expand Down

0 comments on commit b22d077

Please sign in to comment.