15 lines
203 B
Vue
15 lines
203 B
Vue
<template>
|
||
<div>
|
||
<search></search>
|
||
|
||
<list></list>
|
||
好友搜索,好友申请列表 都会在这个页面
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
</script>
|
||
|
||
<style>
|
||
</style>
|