Skip to content

Instantly share code, notes, and snippets.

@varl
Created August 15, 2018 12:36
Show Gist options
  • Save varl/e42be31a1402ade1649ea2db97650a4f to your computer and use it in GitHub Desktop.
Save varl/e42be31a1402ade1649ea2db97650a4f to your computer and use it in GitHub Desktop.
<div><p>Hello</p></div>
<style>
p { color: purple; }
</style>
<script>
export default {
oncreate () {
console.log('created component')
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment