10
packages/client/src/pages/_loading_.vue
Normal file
10
packages/client/src/pages/_loading_.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<MkLoading/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import * as os from '@/os';
|
||||
|
||||
export default defineComponent({});
|
||||
</script>
|
Reference in New Issue
Block a user