✨(component): 发布 1.6.0 版本
This commit is contained in:
parent
e0f1f0affe
commit
04a7764156
@ -170,7 +170,7 @@ const isChildAllSelected = computed(() => {
|
|||||||
:class="{
|
:class="{
|
||||||
'layui-tree-txt': true,
|
'layui-tree-txt': true,
|
||||||
'layui-disabled': node.isDisabled,
|
'layui-disabled': node.isDisabled,
|
||||||
'layui-this': selectedKey === node.id
|
'layui-this': selectedKey === node.id,
|
||||||
}"
|
}"
|
||||||
@click.stop="handleTitleClick(node)"
|
@click.stop="handleTitleClick(node)"
|
||||||
>
|
>
|
||||||
|
@ -62,8 +62,8 @@ const checkedKeys = computed({
|
|||||||
set(value) {
|
set(value) {
|
||||||
emits("update:modelValue", value);
|
emits("update:modelValue", value);
|
||||||
emits("change", value);
|
emits("change", value);
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
[selectedValue],
|
[selectedValue],
|
||||||
|
@ -179,7 +179,7 @@ const components: Record<string, Plugin> = {
|
|||||||
LayAffix,
|
LayAffix,
|
||||||
LaySpace,
|
LaySpace,
|
||||||
LayTag,
|
LayTag,
|
||||||
LayTagInput
|
LayTagInput,
|
||||||
};
|
};
|
||||||
|
|
||||||
const install = (app: App, options?: InstallOptions): void => {
|
const install = (app: App, options?: InstallOptions): void => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user