10 lines
154 B
Vue
10 lines
154 B
Vue
<script setup>
|
|
import CustomNews from '@/components/CustomNews.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<CustomNews></CustomNews>
|
|
</template>
|
|
|
|
<style scoped></style>
|