14 lines
133 B
Vue
14 lines
133 B
Vue
<template>
|
|
<el-row></el-row>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "adminTopicPost"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|