chore: 发布 layui-vue-1.0.0

This commit is contained in:
就眠儀式
2022-04-02 10:09:53 +08:00
parent 6af091260b
commit 0d4cdc940c
3 changed files with 2 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ const props = withDefaults(defineProps<LayButtonProps>(), {
radius: false,
loading: false,
disabled: false,
nativeType: "button"
nativeType: "button",
});
const emit = defineEmits(["click"]);