Files
dvcp_v2_wechat_app/src/project/fengdu/AppCircle/Add.vue

34 lines
400 B
Vue
Raw Normal View History

2023-03-16 17:11:40 +08:00
<template>
<div class="Add">
<AiLogin ref="login"/>
</div>
</template>
<script>
export default {
name: 'Add',
appName: '发帖',
data () {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
.Topic {
padding-top: 120px;
padding-bottom: 40px;
div {
box-sizing: border-box;
}
}
</style>