chore: Fixes lint errors in mail component (#3200)
This commit is contained in:
committed by
GitHub
parent
2c8bf00d38
commit
5237e51f2c
@@ -38,12 +38,12 @@ export default {
|
|||||||
},
|
},
|
||||||
cc: {
|
cc: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: [],
|
default: () => [],
|
||||||
},
|
},
|
||||||
bcc: {
|
bcc: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: [],
|
default: () => [],
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
toMails() {
|
toMails() {
|
||||||
|
|||||||
Reference in New Issue
Block a user