Files

18 lines
206 B
Vue
Raw Normal View History

2021-12-03 17:27:27 +08:00
<template>
<div class="information">
信息化管理
</div>
</template>
<script>
export default {
name: 'Information',
components: {
}
}
</script>
<style lang="scss" scoped>
</style>