Files
dvcp_v2_wechat_app/src/mods/conv/AppLegalLearning/components/question.vue
shijingjing 445c615477 法治学习
2023-01-30 14:57:39 +08:00

31 lines
269 B
Vue

<template>
<div class="question">
</div>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
},
onReachBottom() {
},
}
</script>
<style lang="scss" scoped>
.question {
}
</style>