Created
October 19, 2017 01:34
-
-
Save jacobmischka/07856d463775cd9bb8d3f829b00d38e8 to your computer and use it in GitHub Desktop.
AppA
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
<p> | |
{{ text }} | |
</p> | |
<script> | |
export default { | |
data() { | |
return { | |
text: 'Hello, world!' | |
}; | |
} | |
}; | |
</script> | |
<style> | |
p { | |
color: blue; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment