[new feature] Sku: support custom placeholder (#3864)

This commit is contained in:
neverland
2019-07-16 13:26:24 +08:00
committed by GitHub
parent 511087bc74
commit aba5f59fdd
5 changed files with 10 additions and 9 deletions
+1
View File
@@ -39,6 +39,7 @@ export type SkuMessageData = {
required?: string;
datetime?: string;
multiple?: string;
placeholder?: string;
};
export type SkuGoodsData = {