mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
small improvements
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user