mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 18:56:43 -06:00
0e4a111f81
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>
|