Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件

栏目: 软件资讯 · 发布时间: 5年前

内容简介:新增组件:Skeleton 加载占位图 加载占位图就是在页面数据尚未加载前先给用户展示出页面的大致结构,直到请求数据返回后再渲染页面,补充进需要显示的数据内容。 详情请查看: https://www.heyui.top/component/...

新增组件:Skeleton 加载占位图

加载占位图就是在页面数据尚未加载前先给用户展示出页面的大致结构,直到请求数据返回后再渲染页面,补充进需要显示的数据内容。

Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件

详情请查看:

https://www.heyui.top/component/other/skeleton

 

DateFullRangePicker 超级日期范围控件

超级日期选择器添加自定义布局设置

Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件

 

详情请查看:

https://www.heyui.top/component/data/plugin/datefullrange

 

Tree 树

tree 组件添加自定义slot,并且提供以下三种方法修改数据:

updateTreeItem 更新TreeItem (key, { title: '' })
appendTreeItem 插入TreeItem (parentkey, { id: '', title: '' })
removeTreeItem 删除TreeItem (key)

Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件

 

详情请查看:

https://www.heyui.top/component/plugin/tree

 

其他更新请参考 release 信息

https://github.com/heyui/heyui/releases/tag/v1.17.0


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

A Philosophy of Software Design

A Philosophy of Software Design

John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试