0
0
Fork 0

Add modal text

This commit is contained in:
Tyler-A 2020-08-07 00:42:58 -06:00
parent 997e6edb82
commit 9f18da7d40

View file

@ -44,7 +44,10 @@ export default {
required: true,
}
},
data() { return {};},
data() { return {
followers_tooltip: `Total Followers`,
popularity_tooltip: `Artist Popularity`,
}},
computed: {
genres() {
let genres = [];