Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jan 14, 2025
1 parent b5105d0 commit b8008e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
33 changes: 0 additions & 33 deletions src/pages/debug/cache/user1.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/proxy/user/[username].vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<script>
import request from "../../../axios/axios";
import Projects from "../../../components/Projects.vue";
import Projects from "../../../components/project/Projects.vue";
import Comment from "../../../components/Comment.vue";
export default {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/user/[...id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<script>
import Comment from "../../components/Comment.vue";
import Projects from "../../components/Projects.vue";
import Projects from "../../components/project/Projects.vue";
import { useHead } from "@unhead/vue";
import { liveFetchUserDetails, refreshUserCache } from "../../stores/cache/user.js";
import request from "../../axios/axios.js";
Expand Down

0 comments on commit b8008e6

Please sign in to comment.