1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00
Files
Pinnacle-OA/ui/src/App.vue
2023-05-01 22:11:02 +08:00

8 lines
108 B
Vue

<template>
<router-view></router-view>
</template>
<script lang="ts"></script>
<style scoped></style>