This commit is contained in:
Tuğçe Küçükoğlu 2023-08-30 16:28:00 +03:00
parent 02ee862821
commit 832d7e3dda
15 changed files with 90 additions and 7 deletions

View file

@ -14,7 +14,7 @@
<span v-if="item.label" :class="cx('label')" v-bind="ptm('label', ptmOptions)">{{ label() }}</span>
</a>
</template>
<component v-else :is="templates.item" :item="item" :label="item.label && label()" :props="getMenuItemProps"></component>
<component v-else :is="templates.item" :item="item" :label="label()" :props="getMenuItemProps"></component>
</li>
</template>