chore: commit时格式整理
This commit is contained in:
@@ -46,4 +46,4 @@
|
||||
.layui-avatar-list .layui-avatar {
|
||||
margin-left: -10px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ Component.install = (app: App) => {
|
||||
app.component(Component.name, Component);
|
||||
};
|
||||
|
||||
export default Component;
|
||||
export default Component;
|
||||
|
||||
@@ -13,9 +13,7 @@ export interface LayAvatarProps {
|
||||
radius?: boolean;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LayAvatarProps>(), {
|
||||
|
||||
});
|
||||
const props = withDefaults(defineProps<LayAvatarProps>(), {});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -27,4 +25,4 @@ const props = withDefaults(defineProps<LayAvatarProps>(), {
|
||||
size ? 'layui-avatar-' + size : '',
|
||||
]"
|
||||
/>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user