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/components/notice/NoticeAdd.vue
2023-05-06 04:00:51 +08:00

14 lines
190 B
Vue

<template>
<NoticeEdit />
</template>
<script lang="ts">
export default {
name: 'NoticeAdd',
data() {
return {}
},
methods: {}
}
</script>
<style scoped></style>