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 5e5b3da commit 4ed03bbCopy full SHA for 4ed03bb
pages/componentsC/button/index.vue
@@ -3,7 +3,7 @@
3
<view class="u-demo-wrap">
4
<view class="u-demo-title">演示效果</view>
5
<view class="u-demo-area">
6
- <u-button disabled @click="btnClick" :loading="loading" :plain="plain" :shape="shape" :size="size" :ripple="ripple" :hairLine="hairLine" :type="type">山川异域,风月同天</u-button>
+ <u-button @click="btnClick" :loading="loading" :plain="plain" :shape="shape" :size="size" :ripple="ripple" :hairLine="hairLine" :type="type">山川异域,风月同天</u-button>
7
</view>
8
9
<view class="u-config-wrap">
0 commit comments