fix: demo of miswriting (#1849)

This commit is contained in:
秋风 2018-09-23 21:51:36 +08:00 committed by neverland
parent ba7b9418c7
commit 8219a4999e

View File

@ -114,7 +114,7 @@ export default {
},
customStepperConfig: {
quotaText: '单次限购100件',
stockFormatter: (stock) => `剩余${stock}`,
stockFormatter: (stock) => `剩余${stock}`,
handleOverLimit: (data) => {
const { action, limitType, quota } = data;