Adjust default title
This commit is contained in:
parent
ed34f4f316
commit
1f8a1870ec
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
|||
let date = new Date();
|
||||
let month = date.getMonth() + 1;
|
||||
month = month < 10 ? `0${month}` : month;
|
||||
this.name = `Top ${this.config.limit || 10} Tracks - ${date.getFullYear()}/${month}/${date.getDate()}`;
|
||||
this.name = `Top ${this.config.limit || 10} - ${date.getFullYear()}/${month}/${date.getDate()}`;
|
||||
|
||||
this.$nextTick(function() {
|
||||
this.container = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue