Skip to content

Commit 08a5ff3

Browse files
committed
feat: add vc-overflow
1 parent a58cb3c commit 08a5ff3

File tree

6 files changed

+592
-4
lines changed

6 files changed

+592
-4
lines changed

components/vc-overflow/Item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Key, VueNode } from '../_util/type';
1313
import PropTypes from '../_util/vue-types';
1414

1515
export default defineComponent({
16-
name: 'InternalItem',
16+
name: 'Item',
1717
props: {
1818
prefixCls: String,
1919
item: PropTypes.any,

0 commit comments

Comments
 (0)