Skip to content

Commit b22d077

Browse files
committed
fix 修复 导包警告问题
1 parent c85f0a1 commit b22d077

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/system/user/profile/index.vue

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767

6868
<script setup name="Profile" lang="ts">
6969
import UserAvatar from "./userAvatar.vue";
70+
import UserInfo from "./userInfo.vue";
71+
import ResetPwd from "./resetPwd.vue";
72+
import ThirdParty from "./thirdParty.vue";
7073
import { getAuthList } from "@/api/system/social/auth";
7174
import { getUserProfile } from "@/api/system/user";
7275

0 commit comments

Comments
 (0)