generated from Flycro/laravel-nuxt
fix: Navigation Mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -17,7 +17,7 @@ const links = []
|
||||
</template>
|
||||
|
||||
<template #panel>
|
||||
<UNavigationTree :links="links" />
|
||||
<Navigation />
|
||||
</template>
|
||||
</UHeader>
|
||||
</template>
|
||||
|
||||
@@ -44,7 +44,5 @@ if (authStore.user?.roles.includes('admin')) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UContainer>
|
||||
<UNavigationTree :links="links" />
|
||||
</UContainer>
|
||||
<UNavigationTree :links="links" />
|
||||
</template>
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
<UPage>
|
||||
<template #left>
|
||||
<UAside class="lg:static">
|
||||
<Navigation />
|
||||
<UContainer>
|
||||
<Navigation />
|
||||
</UContainer>
|
||||
</UAside>
|
||||
</template>
|
||||
<UPageBody>
|
||||
|
||||
Reference in New Issue
Block a user