mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 15:07:36 -07:00
14148f6c4a
Resolve #7779
10 lines
170 B
Vue
10 lines
170 B
Vue
<template>
|
|
<MkLoading/>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';
|
|
import * as os from '@/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|