feat: 联系人

This commit is contained in:
dylanmay
2024-12-12 22:19:14 +08:00
parent e5b90372a6
commit 5c1bb25237
20 changed files with 421 additions and 65 deletions

View File

@ -1,6 +1,6 @@
<template>
<view
class="flex flex-col items-center h-full py-2 b-1 b-gray b-solid"
class="flex flex-col items-center h-full py-2 b-1 b-gray b-solid b-l-white"
style="width: 248px; min-width: 248px"
>
<view class="flex flex-col w-full">
@ -24,8 +24,9 @@ import Friend from '../../model/Friend'
defineOptions({ name: 'Friends' })
const friendStore = useFriendStore()
onMounted(() => {
onMounted(async () => {
// set default conversation
// await friendStore.fetchFriend()
})
const onFriendClick = (friend: Friend) => {