fix: 横向导航栏模式下 children 无法自动隐藏
This commit is contained in:
@@ -34,7 +34,7 @@ const selectRef = ref<null | HTMLElement>(null);
|
||||
|
||||
onClickOutside(selectRef, (event) => {
|
||||
openState.value = false;
|
||||
})
|
||||
});
|
||||
|
||||
const props = withDefaults(defineProps<LaySelectProps>(), {
|
||||
modelValue: null,
|
||||
|
||||
Reference in New Issue
Block a user