Skip to content

Commit

Permalink
♻️ 重构帖子页面的代码逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Sep 7, 2024
1 parent 5bc6871 commit 8bef260
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 155 deletions.
2 changes: 1 addition & 1 deletion src/pages/common/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
variant="outlined"
label="分区"
/>
<TGameNav :model-value="curGid" />
<TGameNav :model-value="Number(curGid)" />
</div>
<div class="home-select">
<v-select
Expand Down
Loading

0 comments on commit 8bef260

Please sign in to comment.