1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Rokt33r
2015-12-28 21:01:43 +09:00
parent d1cfd627bc
commit dd2a8202ef
4 changed files with 18 additions and 15 deletions

View File

@@ -93,7 +93,9 @@ export function init () {
content: defaultContent,
mode: 'markdown',
key: keygen(),
FolderKey: defaultFolder.key
FolderKey: defaultFolder.key,
createdAt: new Date(),
updatedAt: new Date()
}
data = {