Skip to content

Commit

Permalink
fix: hide unfinished contents
Browse files Browse the repository at this point in the history
  • Loading branch information
idlist committed Nov 13, 2024
1 parent 4ca8cc7 commit 350e203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/ViewMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import PageAbility from './view-main/PageAbility.vue'
</script>

<template>
<PageList snap-scroll>
<!-- <PageList snap-scroll> -->
<PageContent>
<PageHome />
</PageContent>

<PageDivider />
<!-- <PageDivider />
<PageContent>
<PageAbility />
</PageContent>
</PageList>
</PageContent> -->
<!-- </PageList> -->
</template>

0 comments on commit 350e203

Please sign in to comment.