mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
link 取变量默认不做 html 转义
This commit is contained in:
parent
bfdaaad73f
commit
4305cc3acb
@ -46,7 +46,7 @@ export class LinkField extends React.Component<LinkProps, object> {
|
||||
} = this.props;
|
||||
|
||||
let value = this.props.value;
|
||||
const finnalHref = href ? filter(href, data) : '';
|
||||
const finnalHref = href ? filter(href, data, '| raw') : '';
|
||||
|
||||
return (
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user