fix warnings and better handing of highlight/goto
This commit is contained in:
parent
06fdcb8dd3
commit
43857fd3eb
5 changed files with 18 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ const ThreadTree = {
|
|||
totalReplyCount: Object,
|
||||
totalReplyDepth: Object,
|
||||
},
|
||||
emits: ['suspendableStateChange', 'dive'],
|
||||
emits: ['suspendableStateChange', 'goto', 'dive'],
|
||||
computed: {
|
||||
reverseLookupTable() {
|
||||
return this.conversation.reduce(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue