Skip to content

Commit

Permalink
fix(List): fix list-item props
Browse files Browse the repository at this point in the history
Co-authored-by: yunxiashuai <yunxiashuai@tencent.com>
  • Loading branch information
summer-077 and yunxiashuai authored Sep 9, 2024
1 parent 2571ba6 commit e999a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list/list-item.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineComponent } from 'vue';
import props from './props';
import props from './list-item-props';
import { usePrefixClass } from '../hooks/useConfig';
import { useTNodeJSX } from '../hooks/tnode';

Expand Down

0 comments on commit e999a0b

Please sign in to comment.