chore: commit时格式整理

This commit is contained in:
dingyongya
2022-02-16 17:22:55 +08:00
parent c2b9d36868
commit 7f3674d532
95 changed files with 823 additions and 852 deletions

View File

@@ -46,4 +46,4 @@
.layui-avatar-list .layui-avatar {
margin-left: -10px;
display: inline-block;
}
}

View File

@@ -5,4 +5,4 @@ Component.install = (app: App) => {
app.component(Component.name, Component);
};
export default Component;
export default Component;

View File

@@ -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>