diff --git a/src/components/common/VnSelect.vue b/src/components/common/VnSelect.vue index aeed076530..396b26f65a 100644 --- a/src/components/common/VnSelect.vue +++ b/src/components/common/VnSelect.vue @@ -138,8 +138,6 @@ onMounted(() => { if ($props.focusOnMount) setTimeout(() => vnSelectRef.value.showPopup(), 300); }); -defineExpose({ opts: myOptions }); - const arrayDataKey = $props.dataKey ?? ($props.url?.length > 0 ? $props.url : $attrs.name ?? $attrs.label);