Skip to content

Commit

Permalink
feat: add column icon
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Nov 21, 2024
1 parent 78c0fa0 commit 9e7eb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Task/TaskList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
v-for="field in columns"
:key="field.name"
:label="field.text"
:icon="field.icon"
sortable
emphasis
:name="field.value"
Expand Down

0 comments on commit 9e7eb1f

Please sign in to comment.