ui: chat sidebar ui
This commit is contained in:
@@ -38,7 +38,7 @@ onMounted(async () => {
|
||||
const res = await get(props.fid) as string[] || []
|
||||
if (res.length === cachedImages.value.length) return
|
||||
cachedImages.value = res
|
||||
}, 1000)
|
||||
}, 200)
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user