| 12345678910111213141516171819202122232425262728 |
- <template>
- <v-container>
- <p>
- 用户视频
- </p>
- </v-container>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- mounted() {
- },
- created() {
- },
- methods: {
- }
- }
- </script>
- <style scoped>
- a {
- text-decoration: none;
- }
- </style>
|