Files
2023-11-14 17:21:03 +08:00

31 lines
523 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
@name: index
@author: kahu4
@date: 2023-11-01 17:02
@descriptionindex
@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>