nebula/pages/admin/topic/post/_topic_id.vue
2020-09-08 07:59:55 +08:00

14 lines
133 B
Vue

<template>
<el-row></el-row>
</template>
<script>
export default {
name: "adminTopicPost"
}
</script>
<style scoped>
</style>