mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
suspress ts warn
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
>
|
||||
<img
|
||||
class="full"
|
||||
v-if="/^\s*<img[^>]*src[^>]+>$/.test(para)"
|
||||
v-if="/^\s*<img[^>]*src[^>]+>$/.test(String(para))"
|
||||
:src="getImageSrc(para)"
|
||||
@error.once="proxyImage"
|
||||
loading="lazy"
|
||||
@@ -86,6 +86,7 @@ onMounted(() => {
|
||||
emit(
|
||||
"readedLengthChange",
|
||||
props.chapterIndex,
|
||||
// @ts-ignore
|
||||
parseInt(target.dataset.chapterpos),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user