TimeAxis 时间轴
概述
TimeAxis 时间轴,用于展现时间流信息。
TimeAxis 提供了 fui-timeaxis 和 fui-timeaxis-node 两个组件来进行布局。
# 支持平台
App-vue | App-Nvue | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 | H5 | PC | 快手小程序 | 钉钉小程序 |
---|---|---|---|---|---|---|---|---|---|---|
✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
# 引入
以下介绍两种常用的引入方式。
第一种:在页面中引用、注册
import fuiTimeaxis from "@/components/firstui/fui-timeaxis/fui-timeaxis.vue"
import fuiTimeaxisNode from "@/components/firstui/fui-timeaxis-node/fui-timeaxis-node.vue"
export default {
components:{
fuiTimeaxis,
fuiTimeaxisNode
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
第二种:easycom组件规范
传统vue组件,需要安装、引用、注册,三个步骤后才能使用组件。easycom将其精简为一步。
First UI easycom配置请查看 快速上手。
如果不了解easycom,可先查看 官网文档 (opens new window)。
# 代码演示
代码演示、属性列表等详细内容仅VIP用户可查看。
First UI 会陆续推出各行业模板,详情查看官网 www.firstui.cn 物料商城~
该内容仅VIP用户可查看!
前往官网开通会员示例预览
# 特别说明
该组件为付费组件,UNI-APP版VIP用户可免费使用 。