fix(web): author of book can be null

close #4285
This commit is contained in:
Xwite
2024-10-19 06:47:54 +08:00
parent c81b66a16b
commit ca19e2e027
-1
View File
@@ -491,7 +491,6 @@ onMounted(async () => {
bookUrl, bookUrl,
// @ts-expect-error: bookUrl name author is NON_Blank string here // @ts-expect-error: bookUrl name author is NON_Blank string here
name, name,
// @ts-expect-error: bookUrl name author is NON_Blank string here
author, author,
chapterIndex, chapterIndex,
chapterPos, chapterPos,