Created
February 16, 2020 21:36
-
-
Save r3trosteve/5882354ab1eaa44625930688fae5cfca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
module.exports = { | |
name: 'Spotify', | |
props: { | |
url: { | |
type: String, | |
default: "https://open.spotify.com/embed/album/1DFixLWuPkv3KT3TnV35m3" | |
} | |
}, | |
data: function () { | |
return {} | |
}, | |
methods: {}, | |
computed: {} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment