bugfix: 停止生成卡片位置

This commit is contained in:
2026-03-26 17:21:43 +08:00
parent 0a5c616708
commit cbd1796192
3 changed files with 11 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
<span>{{ content.webAddress?.length }} web pages have been retrieved.</span>
</div>
</div>
<Pause v-show="showStop" />
<Pause v-show="showStop" :key="props.content.createTime" />
<div
v-show="!content.streaming"
class="operate flex"
@@ -133,6 +133,14 @@
isLast: Boolean
}>()
// watch(
// () => props.content,
// (newVal) => {
// console.log('props', newVal)
// },
// { deep: true,immediate: true }
// )
const emit = defineEmits(['regenerate'])
const userAvatar = computed(() => {