gree_leran/pages/video/video.vue

23 lines
162 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>