Wrong type was passed into component

This commit is contained in:
2019-04-03 17:41:52 +02:00
parent 37e09c2943
commit 985e96f20b

View File

@@ -89,7 +89,7 @@ const TEMPLATE = `
<comment
v-for="c in comment.replies"
@unit-of-work="childUnitOfWork"
isReply=true
:isReply="true"
:readOnly="readOnly"
:comment="c"
:user="user"