YNUtdPlatform/pages/YNEduApp/learnProj/pdfStudy.vue

20 lines
160 B
Vue
Raw Normal View History

2024-08-13 19:03:13 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
</style>