0
0
Fork 0

Add initial config value for data object.

This commit is contained in:
Tyler-A 2020-08-05 22:43:45 -06:00
parent 88bd16ae69
commit aa78e436a5

View file

@ -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`,