mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
e30903f9c4
@ -34,7 +34,7 @@ export interface VariablesContextType {
|
||||
* @returns 变量解析后的值
|
||||
*
|
||||
* ```ts
|
||||
* const value = await parseVariable('{{ $user.name }}');
|
||||
* const { value } = await parseVariable('{{ $user.name }}');
|
||||
* console.log(value); // test
|
||||
* ```
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user