docs(app): use tabs to switch framework & module (#2837)

This commit is contained in:
Benjamin Canac
2024-12-05 19:01:40 +01:00
committed by GitHub
parent a938d24f90
commit 984bb0899c
7 changed files with 41 additions and 69 deletions

View File

@@ -11,7 +11,7 @@ const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
<template #left>
<UPageAside>
<template #top>
<div class="flex flex-col gap-2 w-[calc(100%+1rem)] -mx-2">
<div class="flex flex-col gap-2 w-[calc(100%+1.25rem)] -mx-2.5">
<ModuleSelect />
<FrameworkSelect />
</div>