Skip to content

Instantly share code, notes, and snippets.

@thulioph
Created March 31, 2017 17:34
Show Gist options
  • Select an option

  • Save thulioph/e536175b6a41a2ec9ce828e9ad75db25 to your computer and use it in GitHub Desktop.

Select an option

Save thulioph/e536175b6a41a2ec9ce828e9ad75db25 to your computer and use it in GitHub Desktop.
Post sobre o Vuejs.
<a
v-bind:href="url"
v-bind:class="myClass">
link
</a>
<a
:href="url"
:class="myClass">
link
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment