mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
14 lines
185 B
Vue
14 lines
185 B
Vue
<template>
|
|
<notice-table/>
|
|
</template>
|
|
|
|
<script>
|
|
import NoticeTable from "@/components/NoticeTable.vue";
|
|
export default {
|
|
name: "NoticeHome"
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |