@nocobase/client 1.3.8-beta → 1.3.10-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ export interface VariablesContextType {
32
32
  * @returns 变量解析后的值
33
33
  *
34
34
  * ```ts
35
- * const value = await parseVariable('{{ $user.name }}');
35
+ * const { value } = await parseVariable('{{ $user.name }}');
36
36
  * console.log(value); // test
37
37
  * ```
38
38
  */