Files
hellogithub-vue/src/components/System/Manage/articleManage.vue
2023-07-09 19:05:48 +08:00

13 lines
141 B
Vue

<template>
<div>文章管理</div>
</template>
<script>
export default {
name: "articleManage"
}
</script>
<style scoped>
</style>