Files
dvcp_v2_wechat_app/src/mods/conv/AppLegalLearning/components/question.vue

31 lines
269 B
Vue
Raw Normal View History

2023-01-30 14:57:39 +08:00
<template>
<div class="question">
</div>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
},
onReachBottom() {
},
}
</script>
<style lang="scss" scoped>
.question {
}
</style>