vant/src/sku/constants.js
2020-01-19 11:57:09 +08:00

12 lines
173 B
JavaScript

export const LIMIT_TYPE = {
QUOTA_LIMIT: 0,
STOCK_LIMIT: 1,
};
export const UNSELECTED_SKU_VALUE_ID = '';
export default {
LIMIT_TYPE,
UNSELECTED_SKU_VALUE_ID,
};