Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created October 19, 2017 01:34
Show Gist options
  • Save jacobmischka/07856d463775cd9bb8d3f829b00d38e8 to your computer and use it in GitHub Desktop.
Save jacobmischka/07856d463775cd9bb8d3f829b00d38e8 to your computer and use it in GitHub Desktop.
AppA
<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