release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 458cf81a91 - Show all commits

View File

@ -24,6 +24,6 @@ export default boot(({ Vue }) => {
? date.getSeconds().toString() ? date.getSeconds().toString()
: `0${date.getSeconds().toString()}`); : `0${date.getSeconds().toString()}`);
} }
return `${H}:${M}${S} ${formatDate(date)}`; return `${formatDate(date)} ${H}:${M}${S}`;
}); });
}); });