dashboard
repositories
filestore
activity
search
login
甘晶君
/
CRM-gitblit
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改表单报错
gjj
2023-11-01
b3937071fd649f9ffb63636f2dae2e9ab11b7b81
[~ganjingjun/CRM-gitblit.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>