You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="i-class i-spin i-spin-{{ size }} {{ fix ? 'i-spin-fix' : '' }} {{ custom ? 'i-spin-show-text' : '' }} {{ fullscreen ? 'i-spin-fullscreen' : '' }}">
- <div class="i-spin-main">
- <view class="i-spin-dot"></view>
- <div class="i-spin-text"><slot></slot></div>
- </div>
- </view>
|