主页item图片,底部url
This commit is contained in:
@@ -17,25 +17,25 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref } from 'vue'
|
||||
const list = ref([
|
||||
{
|
||||
title: 'Women’s Item',
|
||||
tip: 'Blue Pleat Aria',
|
||||
url: 'http://118.31.39.42:3000/falls/digital-items-1.png'
|
||||
},
|
||||
{
|
||||
title: 'Girls’ Item',
|
||||
tip: 'Candy Riot',
|
||||
url: 'http://118.31.39.42:3000/falls/digital-items-2.jpg'
|
||||
tip: 'Meadow Wrap',
|
||||
url: '/images/home/digital-items-5.png'
|
||||
},
|
||||
{
|
||||
title: 'Men’s Item',
|
||||
tip: 'Void Armour',
|
||||
url: 'http://118.31.39.42:3000/falls/digital-items-3.png'
|
||||
title: 'Women’s Item',
|
||||
tip: 'Onyx Silhouette',
|
||||
url: '/images/home/digital-items-6.png'
|
||||
},
|
||||
{
|
||||
title: 'Boys’ Item',
|
||||
tip: 'Jester Edit',
|
||||
url: 'http://118.31.39.42:3000/falls/digital-items-4.png'
|
||||
tip: 'Autumn Roam',
|
||||
url: '/images/home/digital-items-7.png'
|
||||
},
|
||||
{
|
||||
title: 'Men’s Item',
|
||||
tip: 'Archive Casual',
|
||||
url: '/images/home/digital-items-8.png'
|
||||
}
|
||||
])
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user