Skip to content

Commit

Permalink
update dataTable doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm1003 committed Jan 25, 2018
1 parent c61ed29 commit c1a4d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/data/dataTable/TableBasic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class TableBasic extends Vue {
content: k.toUpperCase(),
key: k,
align: (() => {
if (k === 'chinese') {
if (k === 'chiniese') {
return 'left';
}
})(),
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/data/dataTable/TableBasic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class TableBasic extends Vue {
content: k.toUpperCase(),
key: k,
align: (() => {
if (k === 'chinese') {
if (k === 'chiniese') {
return 'left';
}
})(),
Expand Down

0 comments on commit c1a4d45

Please sign in to comment.