mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-24 04:34:05 -05:00
feat: Add Households to Mealie (#3970)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-toolbar flat>
|
||||
<v-toolbar color="transparent" flat>
|
||||
<BaseButton color="null" rounded secondary @click="$router.go(-1)">
|
||||
<template #icon> {{ $globals.icons.arrowLeftBold }}</template>
|
||||
{{ $t('general.back') }}
|
||||
|
||||
@@ -85,6 +85,8 @@
|
||||
:label="inputField.label"
|
||||
:name="inputField.varName"
|
||||
:items="inputField.options"
|
||||
:item-text="inputField.itemText"
|
||||
:item-value="inputField.itemValue"
|
||||
:return-object="false"
|
||||
:hint="inputField.hint"
|
||||
persistent-hint
|
||||
|
||||
Reference in New Issue
Block a user