Add: Listening statistics and chart on stats page #167

This commit is contained in:
advplyr 2021-11-13 19:17:33 -06:00
parent 416aa3bd60
commit 02da95377e
7 changed files with 357 additions and 51 deletions

View file

@ -8,7 +8,7 @@
export default {
props: {
text: {
type: String,
type: [String, Number],
required: true
},
direction: {