mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-14 12:40:50 +00:00
delete image functionnality
This commit is contained in:
parent
7a7344e50a
commit
bc70f7213a
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue