mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Temp commit on 2023-05-01 5:00
This commit is contained in:
14
ui/src/pages/notice/NoticeHome.vue
Normal file
14
ui/src/pages/notice/NoticeHome.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<notice-table/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NoticeTable from "@/components/NoticeTable.vue";
|
||||
export default {
|
||||
name: "NoticeHome"
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user