格式化
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user