feat(Sku): add properties support (#5525)

This commit is contained in:
Waiter
2020-01-09 16:49:55 +08:00
committed by neverland
parent c6489f4006
commit 589d66d68a
9 changed files with 261 additions and 28 deletions
+4 -1
View File
@@ -52,6 +52,9 @@ export default {
textarea: '点击填写段落文本',
mobile: '输入手机号码'
}
}
},
vanSkuRow: {
multiple: '可多选',
},
}
};