Skip to content

Commit

Permalink
feat: support custom pages (closes #91)
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Jan 23, 2025
1 parent ee201ba commit b2e8c3a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 38 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<LayoutBanner v-if="config.banner.enable" />
<LayoutHeader />

<div v-if="route.path !== '/'" class="min-h-screen border-b">
<div v-if="page && route.path !== '/'" class="min-h-screen border-b">
<div
class="flex-1 items-start px-4 md:grid md:gap-6 md:px-8 lg:gap-10"
:class="[
Expand Down
Loading

0 comments on commit b2e8c3a

Please sign in to comment.