delete image functionnality

This commit is contained in:
ArenMg 2021-05-08 11:14:51 +03:00
parent 7a7344e50a
commit bc70f7213a
1 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@
<span class="block">{{ selectedDate.toISOString() }}</span>
<label class="block space-top">
<!-- <label class="block space-top">
<span>image</span>
<input type="text" v-model="img" />
</label>
</label> -->
<label class="block space-top">
<span>URL (si nécessaire)</span>
@ -143,7 +143,7 @@ module.exports = {
text: "",
expirationDate: "",
url: "",
img: "",
//img: "",
selectedDate: new Date(),
timezone: "",
isInserted: false,