Skip to content

Commit

Permalink
💄 three columns in skeleton table
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Mar 13, 2022
1 parent adad204 commit 2fd2e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/annotation/SkeletonTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
hide-bottom
:rows="props.row.pointList"
:columns="[
{ name: 'name', align: 'left', label: 'name', field: 'name' },
{ name: 'x', align: 'left', label: 'x', field: 'x' },
{ name: 'y', align: 'left', label: 'y', field: 'y' },
]"
Expand Down

0 comments on commit 2fd2e50

Please sign in to comment.