remove unused code
This commit is contained in:
@@ -171,8 +171,7 @@
|
|||||||
</f7-card>
|
</f7-card>
|
||||||
|
|
||||||
<f7-popover class="sorting-type-popover-menu"
|
<f7-popover class="sorting-type-popover-menu"
|
||||||
v-model:opened="showSortingTypePopover"
|
v-model:opened="showSortingTypePopover">
|
||||||
@popover:open="scrollPopoverToSelectedItem">
|
|
||||||
<f7-list dividers>
|
<f7-list dividers>
|
||||||
<f7-list-item :title="$t(sortingType.name)"
|
<f7-list-item :title="$t(sortingType.name)"
|
||||||
:class="{ 'list-item-selected': query.sortingType === sortingType.type }"
|
:class="{ 'list-item-selected': query.sortingType === sortingType.type }"
|
||||||
|
|||||||
Reference in New Issue
Block a user