pre deploy'

This commit is contained in:
2020-03-27 19:30:20 +01:00
parent 7e5d022aa2
commit ce1dc3cd7f
18 changed files with 598 additions and 397 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="p-2">
<form @submit.prevent="submitForm">
<InputField name="name" label="Memo Title" placeholder="Your Title" @update:field="form.name = $event" :errors="errors" />
<TextAreaField name="memo" label="Memo" placeholder="Your Memo" @update:field="form.memo = $event" :errors="errors" />

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="p-2">
<div class="flex-between">
<a href="#" @click="$router.back()" class="link">
< Back