jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Skeleton/Input/index.axml

6 lines
173 B
Plaintext
Raw Normal View History

2024-11-15 03:51:28 +00:00
<view
a:if="{{loading}}"
class="ant-skeleton-input {{animate ? 'ant-skeleton-input-animate' : ''}} {{className || ''}}"
style="{{style}}"
></view>
<slot a:else></slot>