1111
This commit is contained in:
10
Web/src/components/Business/GameUser.vue
Normal file
10
Web/src/components/Business/GameUser.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<Abar href="">{{data.nick}}</Abar>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
const props = defineProps({
|
||||
// 字段名、类型、默认值
|
||||
data: null,
|
||||
showIcon: Number
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user