代码提交
This commit is contained in:
30
pages/index/components/Live/index.vue
Normal file
30
pages/index/components/Live/index.vue
Normal file
@ -0,0 +1,30 @@
|
||||
<!--
|
||||
@name: index
|
||||
@author: kahu4
|
||||
@date: 2023-11-01 17:02
|
||||
@description:index
|
||||
@update: 2023-11-01 17:02
|
||||
-->
|
||||
<script setup>
|
||||
import LiveCards from "@/pages/index/components/public/LiveCards.vue"
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<blank size="15"></blank>
|
||||
<activity
|
||||
title="热门直播"
|
||||
more="查看更多"
|
||||
@moreClick="push({ url: '/pages/newGoods/newGoods' })"
|
||||
>
|
||||
<LiveCards></LiveCards>
|
||||
</activity>
|
||||
<blank size="30"></blank>
|
||||
|
||||
</template>
|
||||
|
||||
<style
|
||||
scoped
|
||||
lang="scss"
|
||||
>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user