fix(ui): bind attributes to PublishWidgetList
list (#2952)
This commit is contained in:
parent
dd6fab86ee
commit
dbf743afd9
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ function isFirstItem(index: number) {
|
|||
<template v-if="isHydrated && currentUser">
|
||||
<PublishWidget
|
||||
v-for="(_, index) in threadItems" :key="`${draftKey}-${index}`"
|
||||
v-bind="$attrs"
|
||||
:draft-key="draftKey"
|
||||
:draft-item-index="index"
|
||||
:expanded="isFirstItem(index) ? expanded : true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue