more tests
This commit is contained in:
parent
307297f836
commit
d0b00db195
8 changed files with 384 additions and 103 deletions
|
|
@ -114,16 +114,9 @@ export default {
|
|||
const conversationLite = computed(() =>
|
||||
conversation.value.map(({ id }) => ({ id })),
|
||||
)
|
||||
|
||||
watch(
|
||||
expanded,
|
||||
(value) => {
|
||||
if (value) {
|
||||
fetchConversation()
|
||||
}
|
||||
},
|
||||
{ flush: 'post' },
|
||||
)
|
||||
provide('focusedId', focusedId)
|
||||
provide('conversation', conversation)
|
||||
provide('replies', replies)
|
||||
|
||||
// Component created
|
||||
if (isPage.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue