Files
learning-system-mobile/components/exam-paper/exam-paper.vue
2022-05-29 18:59:24 +08:00

18 lines
159 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data(){
return {
}
}
}
</script>
<style lang="scss" scoped>
</style>