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.
16 lines
653 B
16 lines
653 B
<block wx:if="{{ shadowRoot }}">
|
|
<wux-dialog id="{{ classes.dialog }}" />
|
|
<wux-loading id="{{ classes.loading }}" />
|
|
<wux-notification id="{{ classes.notification }}" />
|
|
<wux-toast id="{{ classes.toast }}" />
|
|
<wux-toptips id="{{ classes.toptips }}" />
|
|
<slot></slot>
|
|
</block>
|
|
<view class="wux-class {{ wrapCls }} {{ classes.wrap }}" style="{{ extStyle }}" wx:else>
|
|
<wux-dialog id="{{ classes.dialog }}" />
|
|
<wux-loading id="{{ classes.loading }}" />
|
|
<wux-notification id="{{ classes.notification }}" />
|
|
<wux-toast id="{{ classes.toast }}" />
|
|
<wux-toptips id="{{ classes.toptips }}" />
|
|
<slot></slot>
|
|
</view>
|
|
|