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