Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created May 25, 2017 14:17
Show Gist options
  • Save vuejsdevelopers/3fa8639695f790799a1ba005ccd532fa to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/3fa8639695f790799a1ba005ccd532fa to your computer and use it in GitHub Desktop.
Using JSX with Vue.js - Snippet 04
<div id="app">
<span class="my-class" v-on:click="hello">
{{ msg }}
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment