Skip to content

Commit

Permalink
fix: useGetDataindexColumns render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jan 11, 2022
1 parent 44029f9 commit 627a00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
plugins: [
typescript({
tsconfig: path.resolve(__dirname, 'tsconfig.json'),
include: ['src/index.tsx', 'src/utils/useGetDataIndexColumns.ts'],
include: ['src/index.tsx', 'src/utils/useGetDataindexColumns.ts'],
}),
],
},
Expand Down

0 comments on commit 627a00f

Please sign in to comment.