fix error

This commit is contained in:
Nino 2016-12-20 14:25:58 +08:00
parent 064c96cdec
commit fcb8a7c568
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ function callback(componentId, quantity) {
}
}
var ComponentQuantity = {
var Quantity = {
_handleZuiQuantityMinus(e) {
handle.call(this, e, -1);
},
@ -58,4 +58,4 @@ var ComponentQuantity = {
}
};
module.exports = ComponentQuantity;
module.exports = Quantity;

1
dist/tab/index.js vendored
View File

@ -11,6 +11,7 @@ var Tab = {
} else {
console.warn('页面缺少 handleZuiTabChange 回调函数');
}
}
};
module.exports = Tab;