Skip to content

Commit f1bde32

Browse files
authored
fix: '}' doesn't match
1 parent ca6c888 commit f1bde32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/table/index.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ Follow [Vue jsx](https://github.com/vuejs/babel-plugin-transform-vue-jsx) syntax
8686
xxxx...
8787
},
8888
};
89-
)}
89+
}}
9090
customHeaderRow={(column) => {
9191
return {
9292
on: {
9393
click: () => {}, // click header row
9494
},
9595
};
96-
)}
96+
}}
9797
/>
9898
```
9999

0 commit comments

Comments
 (0)