Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active January 27, 2019 17:13
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 uno-de-piera/343a28d57652abe5a9026192fc541dfb to your computer and use it in GitHub Desktop.
Save uno-de-piera/343a28d57652abe5a9026192fc541dfb to your computer and use it in GitHub Desktop.
<template>
<div class="row">
<div class="col">
Super component
</div>
</div>
</template>
<template lang="pug">
div.row
div.col Super component
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment