Skip to content

Commit

Permalink
remove toString extension in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledarath committed Apr 16, 2024
1 parent bfe608e commit 77a378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<script
setup
lang="ts"
generic="T extends { [key: number | string]: P}, P extends { toString?(): string}"
generic="T extends { [key: number | string]: P}, P"
>
import {
type DTInfo,
Expand Down

0 comments on commit 77a378c

Please sign in to comment.