公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peisweb_region
路泰科技体检前端区域版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
qx
qx
15 小时以前
495bf3ca62536c52cf78895501205965cae05828
[ltkj_peisweb_region.git]
/
src
/
views
/
12.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<div id="app">
<chat />
</div>
</template>
<script>
import chat from '../components/chat.vue';
export default {
name: 'App',
components: {
chat
}
};
</script>