add ts-nocheck

This commit is contained in:
Kagami Sascha Rosylight 2023-07-31 03:00:50 +02:00
parent dc70a34507
commit fa03f61529
374 changed files with 374 additions and 0 deletions

View file

@ -61,6 +61,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
// @ts-nocheck
import { defineAsyncComponent, nextTick, onBeforeUnmount, onMounted, ref, watch } from 'vue';
import { focusPrev, focusNext } from '@/scripts/focus';
import MkSwitch from '@/components/MkSwitch.vue';