This commit is contained in:
Putoo
2026-05-26 18:38:55 +08:00
parent 61cf882b66
commit 6b7193b4c0
33 changed files with 1021 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Abar href="">{{data.nick}}</Abar>
<template>
<Abar :href='"/user/user?no=" +data.userNo' >{{ data.nick }}</Abar>
</template>
<script lang="ts" setup>
const props = defineProps({