update
This commit is contained in:
@@ -18,7 +18,7 @@ const {data, home} = defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const list = computed(() => [data.comment_arr]?.flatMap(v => v.children ? [v, ...v.children] : [v]));
|
||||
const list = computed(() => data.comment_arr?.flatMap(v => v.children ? [v, ...v.children] : [v]));
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user