mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:link 1`] = `
|
|
<div>
|
|
<a
|
|
class="a-Link show"
|
|
href="https://www.baidu.com"
|
|
target="_blank"
|
|
>
|
|
https://www.baidu.com
|
|
</a>
|
|
</div>
|
|
`;
|