delete image functionnality

This commit is contained in:
ArenMg 2021-05-08 11:14:51 +03:00
parent 7a7344e50a
commit bc70f7213a

View file

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