?
This commit is contained in:
parent
7abdbe605b
commit
cdefc2e993
4 changed files with 6 additions and 12 deletions
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
onMount(async () => {
|
||||
notes = await noteRepo.getNotes();
|
||||
notes.forEach(note => {
|
||||
note.lastViewed = new Date(note.lastViewed);
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue