Add initial config value for data object.
This commit is contained in:
parent
88bd16ae69
commit
aa78e436a5
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ export default {
|
||||||
Artist: ArtistCard,
|
Artist: ArtistCard,
|
||||||
},
|
},
|
||||||
data() { return {
|
data() { return {
|
||||||
|
config: {},
|
||||||
data: [],
|
data: [],
|
||||||
error: ``,
|
error: ``,
|
||||||
api_base: `https://api.spotify.com/v1`,
|
api_base: `https://api.spotify.com/v1`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue