mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 06:51:23 +08:00
8 lines
108 B
Vue
8 lines
108 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<script lang="ts"></script>
|
|
|
|
<style scoped></style>
|