Skip to content

Commit

Permalink
fixing linting errors, again
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Jun 3, 2024
1 parent b8db731 commit bce8877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]"
/> -->
<KTable :headers="tableHeaders" :rows="tableRows" caption="User Information Table" />


<!-- Play around with your component here: -->

Expand Down
1 change: 1 addition & 0 deletions lib/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
caption: {
type: String,
required: false,
default: null,
},
},
data() {
Expand Down

0 comments on commit bce8877

Please sign in to comment.