Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Last active October 30, 2018 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhkeller/02e988596c0d0888490384ec44d7f99c to your computer and use it in GitHub Desktop.
Save mhkeller/02e988596c0d0888490384ec44d7f99c to your computer and use it in GitHub Desktop.
<h1 style="opacity: 0.25;{color}">Hello {name}!</h1>
<script>
export default {
data () {
return {
color: 'color: #fc0;'
}
}
}
</script>
{
"name": "world"
}
{
"svelte": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment