Files
dvcp_v2_wxcp_app/src/project/fd/AppAnswer/answerAdd.vue

27 lines
272 B
Vue
Raw Normal View History

2023-01-10 11:35:04 +08:00
<template>
<div class="answerAdd">
</div>
</template>
<script>
export default {
name: "answerAdd",
appName: "进行回答",
data() {
return {
}
},
methods: {
},
onShow() {},
}
</script>
<style lang="scss" scoped>
.answerAdd {
}
</style>