mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
🌱 数据有了,就差渲染了
This commit is contained in:
11
src/components/hutaoAbyss/hta-tab-use.vue
Normal file
11
src/components/hutaoAbyss/hta-tab-use.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
{{ props.modelValue }}
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
interface HtaTabUseProps {
|
||||
modelValue: TGApp.Plugins.Hutao.Abyss.AvatarUse[];
|
||||
data: TGApp.Sqlite.Character.AppData[];
|
||||
}
|
||||
|
||||
const props = defineProps<HtaTabUseProps>();
|
||||
</script>
|
||||
Reference in New Issue
Block a user