Skip to content

Commit 35a48ed

Browse files
committed
Ignore TS error
1 parent 94703e8 commit 35a48ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/FromDist.vue

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<component
33
:is="flipForge"
4+
v-if="flipForge"
45
v-model="page"
56
:pages="pages"
67
:download-url="downloadUrl"
@@ -24,6 +25,8 @@ export default defineComponent({
2425
},
2526
computed: {
2627
flipForge() {
28+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
29+
// @ts-ignore: Only works after build
2730
return defineAsyncComponent(() => import("../../"));
2831
},
2932
pages() {

0 commit comments

Comments
 (0)