dashboard
repositories
filestore
activity
search
login
甘晶君
/
Probim-crm
CRM前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
订阅 最终决定
zjf
2023-03-08
51468f93275c2bcfcc7ad25bf05f3d6a079ff764
[~ganjingjun/Probim-crm.git]
/
src
/
views
/
welcome
/
Welcome.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div>Welcome</div>
</template>
<script>
export default {
name: 'Welcome'
}
</script>
<style scoped>
</style>