公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peisweb_region
路泰科技体检前端区域版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region
qx
2 天以前
76af820e2e11366b322705b51c351ace3d40608a
[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>