格式化

This commit is contained in:
2023-05-29 13:24:55 +08:00
parent a6d8dfea39
commit 296e60f6c4
5 changed files with 226 additions and 91 deletions

View File

@@ -40,14 +40,14 @@ export interface TagInputProps {
size?: TagInputSize;
tagProps?: TagProps;
disabledInput?: boolean;
position?:string;
position?: string;
}
const props = withDefaults(defineProps<TagInputProps>(), {
placeholder: undefined,
minCollapsedNum: 0,
size: "md",
position:"top"
position: "top",
});
const emit = defineEmits([