Files
foton-laws-system-front/src/pages/skillReq/index.vue
T
2021-05-25 18:06:45 +08:00

22 lines
282 B
Vue

<!-- localTool页面 liuyan -->
<template>
<div class="demo v-class">
<router-view />
</div>
</template>
<script>
export default {
name: 'skillReq',
data () {
return {
//
}
}
}
</script>
<style lang="less" scoped>
.demo{
height: 100%;
}
</style>