mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 21:39:53 +08:00
4b0110a890
* fix: 修复 link 组件 value 值没有被当成目标地址的问题 * chore: 调整 Link 的实现 * 更新 snapshot * 改成右侧 icon
14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:link 1`] = `
|
|
<div>
|
|
<a
|
|
class="cxd-Link show"
|
|
href="https://www.baidu.com"
|
|
target="_blank"
|
|
>
|
|
https://www.baidu.com
|
|
</a>
|
|
</div>
|
|
`;
|