small improvements

This commit is contained in:
vabene1111
2024-12-08 17:16:38 +01:00
parent 01a4fb57df
commit da567a9d6c
6 changed files with 123 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<v-list>
<v-list-item
v-for="m in [TFood, TUnit, TKeyword,TSupermarket, TSupermarketCategory, TPropertyType, TUnitConversion, TAutomation, TUserFile, TCookLog, TViewLog]"
v-for="m in getListModels()"
@click="changeModel(m)"
:active="m.name == genericModel.model.name"
>
@@ -63,7 +63,7 @@ import {useI18n} from "vue-i18n";
import {
EditorSupportedModels,
GenericModel,
getGenericModelFromString,
getGenericModelFromString, getListModels,
Model,
TAutomation,
TCookLog,