法治学习

This commit is contained in:
shijingjing
2023-01-30 14:57:39 +08:00
parent 20d4a5de01
commit 445c615477
5 changed files with 260 additions and 0 deletions

View File

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