feat: 添加移动端页面组件和图片资源
This commit is contained in:
16
components/m/detail-components/Works.vue
Normal file
16
components/m/detail-components/Works.vue
Normal file
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="works">
|
||||
<RecommendList />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineOptions({ name: 'Works' })
|
||||
import RecommendList from "~/components/m/RecommendItem/index.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.works {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user