Skip to content

Commit 40da820

Browse files
authored
Update README.md
1 parent 17626e7 commit 40da820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default {
263263
{
264264
name: 'Name',
265265
formatter: cell =>
266-
this.$gridjs.helper({
266+
return this.$gridjs.helper({
267267
components: { TestComponent },
268268
template: `<test-component :content="content"></test-component>`,
269269
data() {

0 commit comments

Comments
 (0)