0e4a111f81
Resolve #7779
11 lines
170 B
Vue
11 lines
170 B
Vue
<template>
|
|
<MkLoading/>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';
|
|
import * as os from '@/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|