fix(Button): remove default lang (#2883)

fix #2881
This commit is contained in:
rex 2020-03-19 13:36:00 +08:00 committed by GitHub
parent 99edf293f2
commit 0af61992a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,7 @@ export const button = Behavior({
properties: {
id: String,
lang: {
type: String,
value: 'en'
},
lang: String,
businessId: Number,
sessionFrom: String,
sendMessageTitle: String,