feat(Sku): sku supports message initialization (#5668)

This commit is contained in:
Jake
2020-02-17 11:12:50 +08:00
committed by GitHub
parent ee9396c4c3
commit baf9ffb611
5 changed files with 19 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ export default createComponent({
messageConfig: {
type: Object,
default: () => ({
initialMessages: {},
placeholderMap: {},
uploadImg: () => Promise.resolve(),
uploadMaxSize: 5,