公告板
版本库
filestore
活动
搜索
登录
翁涛涛
/
STUWMS
派生自
STUWMS
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目提交
WYB
2021-03-22
91b8cdad021ab052e4991f3d41834a6f0ddc36b8
[~wtt/STUWMS.git]
/
JiepeiWMS.Admin
/
src
/
views
/
TestShow
/
TestTwo.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<div>我是测试的第二个页面.</div>
</template>
<script>
export default {
name: "TestTwo"
}
</script>
<style scoped>
</style>