Browse Source

style(common-ui): normalize generic formatting

pull/7645/head
xingyu4j 2 weeks ago
parent
commit
a0ea221131
  1. 2
      packages/effects/common-ui/src/components/api-component/api-component.vue

2
packages/effects/common-ui/src/components/api-component/api-component.vue

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

Loading…
Cancel
Save