Files
quinn-wx/components/steps/steps.wxml
2022-12-14 19:39:14 +08:00

6 lines
178 B
Plaintext

<view
class="{{classPrefix}} {{classPrefix}}--{{layout}} {{classPrefix}}--{{type}}-anchor {{readonly ? classPrefix + '--readonly' : ''}} {{prefix}}-class"
>
<slot />
</view>