✨(component): update
This commit is contained in:
@@ -11,7 +11,15 @@ export default {
|
||||
</script>
|
||||
<script setup lang="ts">
|
||||
import "./index.less";
|
||||
import { ref, onMounted, onUnmounted, nextTick, computed, reactive, StyleValue } from "vue";
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
onUnmounted,
|
||||
nextTick,
|
||||
computed,
|
||||
reactive,
|
||||
StyleValue,
|
||||
} from "vue";
|
||||
export interface LayAiffxProps {
|
||||
offset?: number;
|
||||
target?: HTMLElement;
|
||||
|
||||
@@ -544,7 +544,7 @@ const handleFocusout = () => {
|
||||
const handleContextHide = () => {
|
||||
hide();
|
||||
dropdownCtx?.hide();
|
||||
}
|
||||
};
|
||||
|
||||
const addChildRef = (ref: any) => {
|
||||
childrenRefs.add(ref);
|
||||
|
||||
Reference in New Issue
Block a user