Skip to content

Commit 314d245

Browse files
authored
fix: remove unused props variable in BooleanTable.vue
Destructured the props in the setup script to avoid the ESLint unused variable warning. Improved type safety by defining props with strict TypeScript types (string[] for tableHeader, string[][] for tableBody) instead of loose Array types. The props are used directly in the template for displaying table data.
1 parent 87dad33 commit 314d245

File tree

5 files changed

+10686
-10671
lines changed

5 files changed

+10686
-10671
lines changed

0 commit comments

Comments
 (0)