<template>
<div style="width: 400px;">
<TsGridImages :list="imageList" />
</div>
</template>
<script setup lang="ts">
const imageList = ['', '', '', '', '', '', '', 'https://www.timeszit.cn/tms/file?filename=articleCover2025-06-27-14-11-34evOCu.jpeg', 'https://www.timeszit.cn/tms/file?filename=articleCover2025-06-27-14-12-359Bugs.jpeg'];
</script>