Skip to content

Commit

Permalink
fix: datatable header type
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Feb 22, 2024
1 parent bc8a7b2 commit 5908c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/vuetify.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type IconSet, type IconProps } from 'vuetify'
import type { VDataTable } from 'vuetify/lib/components/index.mjs'
export type DataTableHeaders = InstanceType<typeof VDataTable>['headers']
import type { VDataTable } from 'vuetify/components'
export type DataTableHeaders = VDataTable['$props']['headers']

function filename(path: string) {
return path
Expand Down

0 comments on commit 5908c8a

Please sign in to comment.