altered nav-menu to show correct category urls

This commit is contained in:
MonaHartdegen 2019-11-22 11:37:55 +01:00
parent 25c2a15b65
commit c57c5d9b6f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ foreach (app('Webkul\Category\Repositories\CategoryRepository')->getVisibleCateg
<script type="text/x-template" id="category-item-template">
<li>
<a :href="url+'/categories/'+this.item['translations'][0].slug">
<a :href="url+'/'+this.item['translations'][0].url_path">
@{{ name }}&emsp;
<i class="icon dropdown-right-icon" v-if="haveChildren && item.parent_id != null"></i>
</a>