mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
41e0cc5d3c
commit
3aebace584
@ -105,22 +105,19 @@
|
||||
</template>
|
||||
</div>
|
||||
</ds-flex-item>
|
||||
|
||||
</ds-flex>
|
||||
<!-- avatar-menu -->
|
||||
<ds-flex>
|
||||
<!-- Footer menu if mobile -->
|
||||
<ds-flex-item
|
||||
style="flex-basis: auto"
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu}"
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
class="footer-mobile"
|
||||
>
|
||||
<!-- dynamic branding menu -->
|
||||
<ul v-if="isHeaderMenu" >
|
||||
<li
|
||||
v-for="item in menu" :key="item.name"
|
||||
>
|
||||
{{item}}
|
||||
<ul v-if="isHeaderMenu">
|
||||
<li v-for="item in menu" :key="item.name">
|
||||
{{ item }}
|
||||
<a v-if="item.url" :href="item.url" target="_blank">
|
||||
<ds-text size="large" bold>
|
||||
{{ $t(item.nameIdent) }}
|
||||
@ -143,7 +140,6 @@
|
||||
<client-only>
|
||||
<categories-menu></categories-menu>
|
||||
</client-only>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
@ -158,7 +154,6 @@
|
||||
</ds-flex-item>
|
||||
</ds-flex>
|
||||
</div>
|
||||
|
||||
</ds-container>
|
||||
</div>
|
||||
<ds-container>
|
||||
@ -192,7 +187,6 @@ import CategoriesMenu from '~/components/FilterMenu/CategoriesMenu.vue'
|
||||
import links from '~/constants/links.js'
|
||||
import PageParamsLink from '~/components/_new/features/PageParamsLink/PageParamsLink.vue'
|
||||
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Logo,
|
||||
@ -303,6 +297,5 @@ export default {
|
||||
.main-navigation-right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user