Skip to content

Instantly share code, notes, and snippets.

@aquilesb
Last active July 8, 2019 12:41
Show Gist options
  • Save aquilesb/ec4c774fc0124a580d63c4deca5f1480 to your computer and use it in GitHub Desktop.
Save aquilesb/ec4c774fc0124a580d63c4deca5f1480 to your computer and use it in GitHub Desktop.
<div slot="slotName" slot-scope="props">
<button @click="action1(props)">Action 1</button>
<button @click="action2(props)">Action 2</button>
<a :href="generateURL(props)"> {{props.rowData.attribute}} </a>
<input type="text" :value="props.rowData.attribute2" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment