fix console errors

This commit is contained in:
Henry Jameson 2021-06-08 17:04:57 +03:00
parent a3b8e7ad99
commit 963f1679e0
4 changed files with 25 additions and 10 deletions

View file

@ -6,7 +6,7 @@ const MentionsLine = {
props: {
attentions: {
required: true,
type: Object
type: Array
}
},
data: () => ({ expanded: false }),