dashboard
repositories
filestore
activity
search
login
甘晶君
/
Probim-crm
CRM前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
文字更改
zjf
2023-03-08
92b359a6458fb985b78431e0a2f54b548e01b1ca
[~ganjingjun/Probim-crm.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
#app {
width: 100%;
position: relative;
height: 100%;
}
</style>