mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update
This commit is contained in:
11
src/views/view/indexTemplate/DefaultIndexTemplate.vue
Normal file
11
src/views/view/indexTemplate/DefaultIndexTemplate.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { UserInfo } from '@/api/api-models';
|
||||
|
||||
const props = defineProps<{
|
||||
userInfo: UserInfo
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
1
|
||||
</template>
|
||||
Reference in New Issue
Block a user