fix: 横向导航栏模式下 children 无法自动隐藏

This commit is contained in:
就眠儀式
2022-02-24 17:56:05 +08:00
parent 9726687879
commit 18990ef594
6 changed files with 71 additions and 54 deletions

View File

@@ -34,7 +34,7 @@ const selectRef = ref<null | HTMLElement>(null);
onClickOutside(selectRef, (event) => {
openState.value = false;
})
});
const props = withDefaults(defineProps<LaySelectProps>(), {
modelValue: null,