@@ -140,7 +140,11 @@ const focus = () => {
xcselect.focus()
}
-defineExpose({focus})
+const blur = () => {
+ xcselect.blur()
+}
+
+defineExpose({focus, blur})
onMounted(() => {
// 判断组件是否使用了 slot