chore: 发布 layui-vue-1.0.0
This commit is contained in:
parent
6af091260b
commit
0d4cdc940c
@ -5,7 +5,6 @@
|
|||||||
<lay-timeline-item title="尾版本号:日常问题更新。" simple></lay-timeline-item>
|
<lay-timeline-item title="尾版本号:日常问题更新。" simple></lay-timeline-item>
|
||||||
<lay-timeline-item title="次版本号:带有新特性的向下兼容的版本。" simple></lay-timeline-item>
|
<lay-timeline-item title="次版本号:带有新特性的向下兼容的版本。" simple></lay-timeline-item>
|
||||||
<lay-timeline-item title="主版本号:含有破坏性更新和新特性,不在发布周期内。" simple></lay-timeline-item>
|
<lay-timeline-item title="主版本号:含有破坏性更新和新特性,不在发布周期内。" simple></lay-timeline-item>
|
||||||
<lay-timeline-item title="版本说明:1.0.0 正式 1.0.0-beta.* 公测 1.0.0-alpha.* 内测。" simple></lay-timeline-item>
|
|
||||||
</lay-timeline>
|
</lay-timeline>
|
||||||
|
|
||||||
::: demo
|
::: demo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
|
@ -33,7 +33,7 @@ const props = withDefaults(defineProps<LayButtonProps>(), {
|
|||||||
radius: false,
|
radius: false,
|
||||||
loading: false,
|
loading: false,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
nativeType: "button"
|
nativeType: "button",
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(["click"]);
|
const emit = defineEmits(["click"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user