mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 06:51:23 +08:00
14 lines
190 B
Vue
14 lines
190 B
Vue
<template>
|
|
<NoticeEdit />
|
|
</template>
|
|
<script lang="ts">
|
|
export default {
|
|
name: 'NoticeAdd',
|
|
data() {
|
|
return {}
|
|
},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
<style scoped></style>
|