chore: commit时格式整理
This commit is contained in:
@@ -113,4 +113,4 @@
|
||||
color: #d2d2d2 !important;
|
||||
cursor: not-allowed !important;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,11 +31,11 @@ const props = withDefaults(defineProps<LayButtonProps>(), {
|
||||
|
||||
const emit = defineEmits(["click"]);
|
||||
|
||||
const onClick = (event : any) => {
|
||||
if(!props.disabled) {
|
||||
const onClick = (event: any) => {
|
||||
if (!props.disabled) {
|
||||
emit("click", event);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const classes = computed(() => {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user