import TheSticky from '@/components/the-sticky' import { defineComponent } from 'vue' import styles from './index.module.less' import ColHeader from '@/components/col-header' import bgImg from '../images/bg-image.png' export default defineComponent({ name: 'ranking-list', setup() { return () => (
{/* 内容 1 内容 2 内容 3 */}
) } })