mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-06 05:49:32 +08:00
30 lines
481 B
Plaintext
30 lines
481 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:custom 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-Form-item cxd-Form-item--normal"
|
|
data-role="form-item"
|
|
>
|
|
<label
|
|
class="cxd-Form-label"
|
|
>
|
|
<span>
|
|
<span
|
|
class="cxd-TplField"
|
|
>
|
|
<span>
|
|
自定义组件
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</label>
|
|
<div
|
|
class="cxd-Form-control"
|
|
>
|
|
<button />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|