clay commit : index init

This commit is contained in:
clay
2022-10-03 16:43:58 +08:00
parent 2d79617095
commit 6f398077e5
5 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
通知公告
</div>
</template>
<script>
export default {
name: "announcements"
}
</script>
<style scoped>
</style>