hint in model select

This commit is contained in:
vabene1111
2025-06-11 20:51:42 +02:00
parent 612c5e6668
commit 22923b8e7e
33 changed files with 47 additions and 15 deletions

View File

@@ -126,7 +126,6 @@
</v-card>
</template>
<property-view v-model="recipe" :servings="servings" v-if="recipe.internal"></property-view>
<v-card class="mt-2">
@@ -192,7 +191,6 @@ import PropertyView from "@/components/display/PropertyView.vue";
import {useUserPreferenceStore} from "@/stores/UserPreferenceStore.ts";
const {request, release} = useWakeLock()
const isPrintMode = useMediaQuery('print')
const recipe = defineModel<Recipe>({required: true})