chore: add shafafiat page
This commit is contained in:
+11
-11
@@ -82,15 +82,7 @@
|
||||
<a :href="href">صفحه اصلی</a>
|
||||
</li>
|
||||
</nuxt-link>
|
||||
<nuxt-link
|
||||
to="/ostandari/shafaf"
|
||||
v-slot="{ navigate, href, isActive }"
|
||||
custom
|
||||
>
|
||||
<li @click="navigate" :class="isActive ? 'active' : null">
|
||||
<a :href="href">شفافیت</a>
|
||||
</li>
|
||||
</nuxt-link>
|
||||
|
||||
<!-- ***************** dynamic routes ***************** -->
|
||||
<nuxt-link
|
||||
v-for="item in header.categories"
|
||||
@@ -104,7 +96,7 @@
|
||||
custom
|
||||
>
|
||||
<li :class="isActive ? 'active' : null">
|
||||
<a class="pointer">{{ item.title }}</a>
|
||||
<a v-if="item.title !== 'شفافیت'" class="pointer">{{ item.title }}</a>
|
||||
<div class="mega-menu">
|
||||
<!-- item route -->
|
||||
<!-- <ul class="tree">-->
|
||||
@@ -120,7 +112,15 @@
|
||||
</div>
|
||||
</li>
|
||||
</nuxt-link>
|
||||
|
||||
<nuxt-link
|
||||
to="/ostandari/shafaf"
|
||||
v-slot="{ navigate, href, isActive }"
|
||||
custom
|
||||
>
|
||||
<li @click="navigate" :class="isActive ? 'active' : null">
|
||||
<a :href="href">شفافیت</a>
|
||||
</li>
|
||||
</nuxt-link>
|
||||
<!-- ***************** dynamic routes ***************** -->
|
||||
<nuxt-link
|
||||
:to="{
|
||||
|
||||
Reference in New Issue
Block a user