Ant Design of Vue如何根据数据来自增时间轴

阿里的Ant Design of Vue 的前端框架这么根据后台的数据来自增时间轴
2025-05-11 03:33:04
推荐回答(2个)
回答1:

一、引用时间轴 Timeline

import {

Drawer,

Form,

Timeline,

Typography,

Col,

Table,

Card,

Tabs

} from "antd";

二、定义数组,循环数组

三、数组的使用

回答2:

直接用v-for循环出来即可