feat: 请求增加requestid
This commit is contained in:
@ -132,7 +132,7 @@ const useTypedEffect = (
|
||||
const isTyping = computed(
|
||||
() =>
|
||||
mergedTypingEnabled.value &&
|
||||
unref(typingIndex) < content.value.length && // 此时 content.value 已被 mergedTypingEnabled 限定为 string
|
||||
unref(typingIndex) < (content.value as string).length && // 此时 content.value 已被 mergedTypingEnabled 限定为 string
|
||||
!(abortRef && abortRef.value),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user