Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 770acf3

Browse files
committed
Updated example on development
1 parent d96e946 commit 770acf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default {
3232
{
3333
name: 'Last Name',
3434
key: 'last_name',
35-
render: function (value) {
36-
return `<strong>${value}</strong>`
35+
render: (value, row) => {
36+
return <strong><i>Epic</i> {value} <img src={row.avatar} width="20" /></strong>
3737
}
3838
}
3939
],

0 commit comments

Comments
 (0)