nebula/pages/admin/topic/post/_topic_id.vue

14 lines
133 B
Vue
Raw Normal View History

2020-09-08 07:59:55 +08:00
<template>
<el-row></el-row>
</template>
<script>
export default {
name: "adminTopicPost"
}
</script>
<style scoped>
</style>