mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:18:29 +08:00
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:iframe 1`] = `
|
|
<div>
|
|
<iframe
|
|
class="b-a"
|
|
frameborder="0"
|
|
src="https://www.baidu.com"
|
|
style="width: 500px; height: 500px;"
|
|
/>
|
|
</div>
|
|
`;
|