1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 15:01:23 +08:00
Files
Pinnacle-OA/ui/src/pages/notice/NoticeHome.vue
2023-05-06 04:00:50 +08:00

14 lines
185 B
Vue

<template>
<notice-table/>
</template>
<script>
import NoticeTable from "@/components/NoticeTable.vue";
export default {
name: "NoticeHome"
};
</script>
<style scoped>
</style>