Skip to content

Commit

Permalink
docs: update example (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Jul 8, 2024
1 parent 0cb3b6b commit affbb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oruga/src/components/table/examples/draggable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const columns = ref<TableColumn[]>([
{
field: "date",
label: "Date",
// centered: true,
position: "centered",
},
{
field: "gender",
Expand Down

0 comments on commit affbb54

Please sign in to comment.