Files
ClassContent/历届学生/陈一航/项目/baoheapp/src/views/index.vue
2024-09-27 02:06:13 +08:00

23 lines
257 B
Vue

<template lang="pug">
.tv ceshi
</template>
<script>
export default {
data() {
},
created() {
},
methods: {
async getTvList() {
}
}
}
</script>
<style scoped lang="stylus">
@import "~@styl/test.styl"
</style>