amis/__tests__/renderers/__snapshots__/Link.test.tsx.snap
liaoxuezhi 4b0110a890
chore: 调整 link 的实现 (#2922)
* fix: 修复 link 组件 value 值没有被当成目标地址的问题

* chore: 调整 Link 的实现

* 更新 snapshot

* 改成右侧 icon
2021-11-12 10:42:02 +08:00

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>
`;