公告板
版本库
filestore
活动
搜索
登录
main
/
nwdh
南方电网动环项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
路由提交
whychdw
2020-04-14
d0f798e17e6c56da49535f08dee85e89160a626c
[nwdh.git]
/
src
/
pages
/
home
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div class="pages-index">
{{msg}}
</div>
</template>
<script>
export default {
data() {
return {
msg: '首页内容'
}
}
}
</script>