Skip to content

Commit fb86e00

Browse files
orangelckcfengstats
authored andcommitted
chore: fix rebase conflicts
1 parent 7270fb0 commit fb86e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/components/Navbar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ const HEADER_OPTIONS = [
117117
{ name: "联系我们", href: "#contact" },
118118
];
119119
120+
// TODO: 设置需要固定导航栏的页面
120121
const isStickyNavBar = computed(() => ["index", "User-Setting"].includes(route.name as string));
121122
const isScrolled = computed(() => y.value >= SCROLL_THRESHOLD);
122123

0 commit comments

Comments
 (0)