mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 15:41:33 +00:00
rename sentDate to sentAt
This commit is contained in:
@@ -19,7 +19,7 @@ new Server({
|
|||||||
body(){
|
body(){
|
||||||
return faker.lorem.paragraphs()
|
return faker.lorem.paragraphs()
|
||||||
},
|
},
|
||||||
sentDate(){
|
sentAt(){
|
||||||
return faker.date.recent(20)
|
return faker.date.recent(20)
|
||||||
},
|
},
|
||||||
archived(i){
|
archived(i){
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<p><strong>{{email.subject}}</strong> - {{email.body}}</p>
|
<p><strong>{{email.subject}}</strong> - {{email.body}}</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="date">{{format(new Date(email.sentDate), 'MMM do yyyy')}}</td>
|
<td class="date">{{format(new Date(email.sentAt), 'MMM do yyyy')}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user