docs(Sku): fix missing button text

This commit is contained in:
chenjiahan
2020-06-23 13:21:42 +08:00
parent 92a0e632c4
commit 3ccd3d9fef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
@add-cart="onAddCartClicked"
/>
<van-button block type="primary" @click="showStepper = true">
{{ t('title2') }}
{{ t('customStepper') }}
</van-button>
</div>
</demo-block>