mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-19 05:45:18 +00:00
rename sentDate to sentAt
This commit is contained in:
@@ -19,7 +19,7 @@ new Server({
|
||||
body(){
|
||||
return faker.lorem.paragraphs()
|
||||
},
|
||||
sentDate(){
|
||||
sentAt(){
|
||||
return faker.date.recent(20)
|
||||
},
|
||||
archived(i){
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<td>
|
||||
<p><strong>{{email.subject}}</strong> - {{email.body}}</p>
|
||||
</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>
|
||||
</tbody>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user