Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created February 27, 2020 18:31
Show Gist options
  • Save r3dm1ke/d75d59c9adfe5f7caf7df4adb9f93df6 to your computer and use it in GitHub Desktop.
Save r3dm1ke/d75d59c9adfe5f7caf7df4adb9f93df6 to your computer and use it in GitHub Desktop.
<div x-init="console.log('this runs when component is mounted')">
<button @click="console.log('this runs when button is clicked')">
Click me
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment