alfa release
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</q-item-label>
|
||||
|
||||
<template v-for="m in ld.menu" :key="m.grantKey">
|
||||
<q-item :to="m.to" v-if="!m.children">
|
||||
<q-item :to="m.to" v-if="!m.children" active-class="text-pcolor1">
|
||||
<q-item-section avatar v-if="m.icon">
|
||||
<q-icon :name="m.icon"/>
|
||||
</q-item-section>
|
||||
@@ -33,7 +33,7 @@
|
||||
:icon="m.icon"
|
||||
:label="m.label"
|
||||
>
|
||||
<q-item v-for="c in m.children" :key="c.grantKey" :to="c.to" exact :inset-level=".5">
|
||||
<q-item v-for="c in m.children" :key="c.grantKey" :to="c.to" exact :inset-level=".5" active-class="text-pcolor1">
|
||||
<q-item-section avatar v-if="c.icon">
|
||||
<q-icon :name="c.icon"/>
|
||||
</q-item-section>
|
||||
|
||||
Reference in New Issue
Block a user