修复 tab-item 组件 closable 属性警告
This commit is contained in:
@@ -17,7 +17,7 @@ const props = withDefaults(
|
||||
defineProps<{
|
||||
id: string;
|
||||
title: string;
|
||||
closable?: boolean;
|
||||
closable?: boolean | string;
|
||||
}>(),
|
||||
{
|
||||
closable: true,
|
||||
|
||||
Reference in New Issue
Block a user