23 lines
257 B
Vue
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>
|