校园-江西科技师范大学-前端
shuishen
2023-12-08 71fa6546c0ff5822bdf1e950f637a603a515f529
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>