2023-01-06 18:08:18 +08:00

23 lines
384 B
Vue

<!--
* @Author: Kane
* @Date: 2023-01-04 11:40:03
* @LastEditors: Kane
* @LastEditTime: 2023-01-06 12:54:17
* @FilePath: \admin_system\src\layout\components\Main.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<router-view />
</template>
<script>
export default {
name: "LayoutMain"
};
</script>
<style scoped>
</style>