nirf mobile menu
parent
5ef641a0d6
commit
81630f7cb3
|
@ -1047,6 +1047,36 @@
|
||||||
>IQAC</router-link
|
>IQAC</router-link
|
||||||
>
|
>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
<MenuItem v-slot="{ active }">
|
||||||
|
<router-link
|
||||||
|
to="/naac"
|
||||||
|
:class="[
|
||||||
|
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
|
||||||
|
'block px-1 py-2 text-sm',
|
||||||
|
]"
|
||||||
|
>NAAC</router-link
|
||||||
|
>
|
||||||
|
</MenuItem>
|
||||||
|
<MenuItem v-slot="{ active }">
|
||||||
|
<router-link
|
||||||
|
to="/nirf-data"
|
||||||
|
:class="[
|
||||||
|
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
|
||||||
|
'block px-1 py-2 text-sm',
|
||||||
|
]"
|
||||||
|
>NIRF Data</router-link
|
||||||
|
>
|
||||||
|
</MenuItem>
|
||||||
|
<MenuItem v-slot="{ active }">
|
||||||
|
<router-link
|
||||||
|
to="/aqar"
|
||||||
|
:class="[
|
||||||
|
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
|
||||||
|
'block px-1 py-2 text-sm',
|
||||||
|
]"
|
||||||
|
>AQAR</router-link
|
||||||
|
>
|
||||||
|
</MenuItem>
|
||||||
<!-- <MenuItem v-slot="{ active }">
|
<!-- <MenuItem v-slot="{ active }">
|
||||||
<router-link to="/Teacher's-Council":class="[active ? 'bg-gray-100 text-gray-900' : 'text-gray-700', 'block px-1 py-2 text-sm']">Teacher's Council</router-link>
|
<router-link to="/Teacher's-Council":class="[active ? 'bg-gray-100 text-gray-900' : 'text-gray-700', 'block px-1 py-2 text-sm']">Teacher's Council</router-link>
|
||||||
</MenuItem> -->
|
</MenuItem> -->
|
||||||
|
|
Loading…
Reference in New Issue