1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

playing around with a help dialog

This commit is contained in:
vabene1111
2025-07-06 18:26:46 +02:00
parent 432ed09ef8
commit ec59cd6e4f
2 changed files with 58 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
</v-col>
</v-row>
<v-btn>
Test Dialog
<help-dialog></help-dialog>
</v-btn>
<v-row>
<v-col>
<v-expansion-panels>
@@ -90,6 +95,7 @@
import {TKeyword, TRecipe, TUnit, TUserSpace} from "@/types/Models";
import {useUserPreferenceStore} from "../stores/UserPreferenceStore";
import HelpDialog from "@/components/dialogs/HelpDialog.vue";
</script>
<style scoped>