Created
October 26, 2019 19:20
-
-
Save nikolalsvk/69d78b6eed6e404842aa9c663cebecd6 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> | |
export let name; | |
</script> | |
<style> | |
h1 { | |
color: #FF3E00; | |
} | |
</style> | |
<h1>Hello {name}!</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment