We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fd785 commit 89fff3aCopy full SHA for 89fff3a
src/form/index.wxml
@@ -2,10 +2,13 @@
2
<slot />
3
</view>
4
<view class="l-form-btn-class">
5
+ <slot name="submit-front"/>
6
<view class="l-form-submit-class" capture-bind:tap="submit">
7
<slot name="submit"/>
8
9
+ <slot name="reset-front"/>
10
<view class="l-form-reset-class" capture-bind:tap="reset">
11
<slot name="reset"/>
12
13
+ <slot name="reset-behind"/>
14
0 commit comments