mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
update developer getting-started (#919)
* update developer getting-started * update change-log * fix missing title
This commit is contained in:
parent
190773c5d7
commit
5823a32daf
4 changed files with 135 additions and 34 deletions
|
@ -11,7 +11,7 @@
|
|||
{{ $t("general.confirm-delete-generic") }}
|
||||
</v-card-text>
|
||||
</BaseDialog>
|
||||
<BaseDialog v-model="createDialog" @submit="createNewNotifier">
|
||||
<BaseDialog v-model="createDialog" title="New Notification" @submit="createNewNotifier">
|
||||
<v-card-text>
|
||||
<v-text-field v-model="createNotifierData.name" :label="$t('general.name')"></v-text-field>
|
||||
<v-text-field v-model="createNotifierData.appriseUrl" :label="$t('events.apprise-url')"></v-text-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue