添加排行榜数据
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup>
|
||||
import { topThreeColors } from "@/constants";
|
||||
defineProps({
|
||||
avatar: {
|
||||
type: String,
|
||||
@@ -26,7 +27,6 @@ defineProps({
|
||||
},
|
||||
});
|
||||
const rowCount = new Array(6).fill(0);
|
||||
const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user