Skip to content

Instantly share code, notes, and snippets.

@r3trosteve
Created February 16, 2020 21:36
Show Gist options
  • Save r3trosteve/5882354ab1eaa44625930688fae5cfca to your computer and use it in GitHub Desktop.
Save r3trosteve/5882354ab1eaa44625930688fae5cfca to your computer and use it in GitHub Desktop.
<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