style(common-ui): normalize generic formatting

pull/336/head
xingyu4j 2026-03-13 21:57:18 +08:00
parent 2846bcb84e
commit a0ea221131
1 changed files with 1 additions and 1 deletions

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;