1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Added page frame

This commit is contained in:
2023-05-01 22:10:03 +08:00
parent bbc51f21ec
commit ac3b71102c
10 changed files with 401 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<template>
<router-view></router-view>
<router-view></router-view>
</template>
<script setup lang="ts"></script>
<script lang="ts"></script>
<style scoped></style>