Modified the date of the export
This commit is contained in:
parent
d767b40475
commit
39c0ac1136
|
|
@ -5,6 +5,8 @@ var exportComponent = {
|
||||||
|
|
||||||
mounted: function()
|
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);
|
this.json = JSON.stringify(this.$root.sections, null, 4);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue