dashboard
repositories
filestore
activity
search
login
main
/
school-web
智慧校园项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
文件更替
shuishen
2022-04-27
510ae9f8768cd16c39fde70e1ae40b164500d5d5
[school-web.git]
/
src
/
pcviews
/
technique
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<router-view></router-view>
</template>
<script>
export default {
mounted () {
this.$EventBus.$emit('stateChange')
}
}
</script>
<style>
</style>