Modified the date of the export

This commit is contained in:
chris2fr 2020-10-15 22:09:53 +02:00
parent d767b40475
commit 39c0ac1136
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ var exportComponent = {
mounted: function()
{
stringDate = new Date().toISOString();
this.$root.sections.meta.lastModified = stringDate.slice(0,16) + stringDate.slice(stringDate.lastIndexOf("Z")); //.replace(":","");
this.json = JSON.stringify(this.$root.sections, null, 4);
},