mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix:formula函数说明错误 (#5548)
This commit is contained in:
parent
462932f639
commit
04e615f843
@ -1154,9 +1154,9 @@ export class Evaluator {
|
||||
/**
|
||||
* 对文本进行 HTML 转义
|
||||
*
|
||||
* 示例 `ESCAPE("star")`
|
||||
* 示例 `ESCAPE("<star>&")`
|
||||
*
|
||||
* 返回 `Star`
|
||||
* 返回 `<start>&`
|
||||
*
|
||||
* @example ESCAPE(text)
|
||||
* @param {string} text - 文本
|
||||
|
Loading…
Reference in New Issue
Block a user