Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div slot="slotName" slot-scope="props">
  2. <button @click="action1(props)">Action 1</button>
  3. <button @click="action2(props)">Action 2</button>
  4. <a :href="generateURL(props)"> {{props.rowData.attribute}} </a>
  5. <input type="text" :value="props.rowData.attribute2" />
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement