mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-13 04:00:53 +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>
|
||||
|
||||
<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,
|
||||
|
|
Loading…
Reference in a new issue