Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
HoraceHuang-ui committed Jun 16, 2024
1 parent dabbb42 commit efd7092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LauncherPosts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const openLink = (url: string) => {
</script>

<template>
<MyTabs v-model="tabsModel" :tabs="tabs" class="wrapper" :class="prefFont">
<MyTabs v-model="tabsModel" :tabs="tabs" class="wrapper">
<div v-for="key in keys" :key="key" class="tab-wrapper">
<ScrollWrapper height="calc(16vh - 48px)">
<div class="scroll-content-wrapper">
Expand Down

0 comments on commit efd7092

Please sign in to comment.