VueProject/src/views/NewsView.vue
2024-12-09 23:42:59 +08:00

10 lines
154 B
Vue

<script setup>
import CustomNews from '@/components/CustomNews.vue'
</script>
<template>
<CustomNews></CustomNews>
</template>
<style scoped></style>