Remove $listeners
This commit is contained in:
parent
48c0aae3c0
commit
adfd311b6c
32 changed files with 38 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<message-outgoing class="messageOut-thread" v-bind="{ ...$props, ...$attrs }" v-on="$listeners">
|
||||
<message-outgoing class="messageOut-thread" v-bind="{ ...$props, ...$attrs }">
|
||||
<component v-for="item in items" :is="componentFn(item.event)" :originalEvent="item.event" :key="item.event.getId()"
|
||||
v-bind="{ ...$props }" v-on="$listeners" ref="exportedEvent" />
|
||||
v-bind="{ ...$props, ...$attrs }" ref="exportedEvent" />
|
||||
</message-outgoing>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue