style(common-ui): normalize generic formatting

This commit is contained in:
xingyu4j
2026-03-13 21:57:18 +08:00
parent 2846bcb84e
commit a0ea221131

View File

@@ -275,7 +275,7 @@ defineExpose({
/** 获取当前值 */
getValue: () => unref(modelValue),
/** 获取被包装的组件实例 */
getComponentRef: <T = any,>() => componentRef.value as T,
getComponentRef: <T = any>() => componentRef.value as T,
/** 更新Api参数 */
updateParam(newParams: Record<string, any>) {
innerParams.value = newParams;