Add modal text
This commit is contained in:
parent
997e6edb82
commit
9f18da7d40
1 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,10 @@ export default {
|
||||||
required: true,
|
required: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() { return {};},
|
data() { return {
|
||||||
|
followers_tooltip: `Total Followers`,
|
||||||
|
popularity_tooltip: `Artist Popularity`,
|
||||||
|
}},
|
||||||
computed: {
|
computed: {
|
||||||
genres() {
|
genres() {
|
||||||
let genres = [];
|
let genres = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue