wip: 头像列表开发中
This commit is contained in:
13
src/views/Components/Avatars.vue
Normal file
13
src/views/Components/Avatars.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import { ContentWrap } from '@/components/ContentWrap'
|
||||
import { useI18n } from '@/hooks/web/useI18n'
|
||||
import { Avatars } from '@/components/Avatars'
|
||||
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ContentWrap :title="t('router.avatars')" :message="t('avatarsDemo.title')">
|
||||
<Avatars />
|
||||
</ContentWrap>
|
||||
</template>
|
||||
Reference in New Issue
Block a user