nirf mobile menu
This commit is contained in:
@@ -1046,6 +1046,36 @@
|
|||||||
]"
|
]"
|
||||||
>IQAC</router-link
|
>IQAC</router-link
|
||||||
>
|
>
|
||||||
|
</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>
|
||||||
<!-- <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>
|
||||||
|
|||||||
Reference in New Issue
Block a user