Skip to content

Commit e8b14be

Browse files
committed
add tsnocheck for shell in landing
1 parent 341cda1 commit e8b14be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/right-sidebar/tutorial/Landing.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333

3434
<!-- COMPOSITION API SYNTAX -->
3535
<script setup lang="ts">
36+
// @ts-nocheck
37+
// No check for the shell
3638
import { useStore } from "../../../store/main.js";
39+
3740
const { shell } = window;
3841
3942
const store = useStore();

0 commit comments

Comments
 (0)