123/src/components/resourceHome/homeIndex.vue
2024-04-09 20:20:05 +08:00

16 lines
179 B
Vue

<template>
<div class="title">
</div>
</template>
<script>
export default {}
</script>
<style lang="less" scoped>
.title{
width: 100%;
height: 200px;
}
</style>