当前位置:网站首页>View UI Plus 发布 1.3.0 版本,新增 Space、$ImagePreview 组件
View UI Plus 发布 1.3.0 版本,新增 Space、$ImagePreview 组件
2022-07-06 09:19:00 【View Design】
View UI Plus 1.3.0 版本已于 2022-06-21 发布。
更新日志
请到官网 www.iviewui.com 查看最新版。
- 新增间距组件 Space。
- ImagePreview 新增下载图片功能。
- ImagePreview 新增属性 toolbar,可选择开启的快捷功能并排序。
- 图片预览支持 $ImagePreview 实例化调用。
- ImagePreview 新增拖拽手势样式。
- Skeleton 默认样式,增加最后一个段落效果。
- Result 属性 type 新增 warning。
- 优化大量文档示例。
- 修复 Select 远程搜索的问题。
- 修复 ImagePreview 点击控制条关闭预览的问题。
- 修复 Layout 样式问题。
- 修复部分组件 types 错误的问题。
更新方法
1.修改 package.json
中 view-ui-plus
版本号:
"dependencies": {
"view-ui-plus": "^1.3.0"
}
2.运行 npm update view-ui-plus
。
内容简介
Space 间距组件
间距组件可以很方便地设置相邻组件之间的统一间距。比如下面的场景,在没有使用 Space 间距组件时的效果是:
<Button>在线预览</Button>
<Button>购买授权</Button>
<Button>申请演示</Button>
PC端:
移动端:
使用 Space 组件:
<Space wrap>
<Button>在线预览</Button>
<Button>购买授权</Button>
<Button>申请演示</Button>
</Space>
PC端:
移动端:
Space 组件也支持 垂直方向
的排列:
<Space wrap direction="vertical">
<Button>在线预览</Button>
<Button>购买授权</Button>
<Button>申请演示</Button>
</Space>
还支持各种对齐方式:
$ImagePreview 实例化的图片预览组件
在 1.2.0
版本中,新增了图片预览组件 ImagePreview
。在 1.3.0
中,除了传统的 <ImagePreview />
标签调用方式,现在也支持 JS 实例化调用:
methods: {
showImage () {
this.$ImagePreview.show({
previewList: [...]
})
}
}
另外,ImagePreview 也新增了 下载图片
功能:
图片预览也新增了属性 toolbar
来选择显示哪些快捷功能,并支持排序,具体可以查看文档 API。
更多完整内容,请到 View Design 官网查看:https://www.iviewui.com/
边栏推荐
- Answer to "software testing" exercise: Chapter 1
- KF UD decomposition pseudo code implementation advanced [2]
- 10 minutes pour maîtriser complètement la rupture du cache, la pénétration du cache, l'avalanche du cache
- 最短Hamilton路径 (状压DP)
- 闇の連鎖(LCA+树上差分)
- TYUT太原理工大学2022软工导论大题汇总
- 错误:排序与角标越界
- [rtklib 2.4.3 B34] version update introduction I
- [算法] 剑指offer2 golang 面试题5:单词长度的最大乘积
- 染色法判定二分图
猜你喜欢
2022国赛Re1 baby_tree
String类
C code implementation of robust estimation in rtklib's pntpos function (standard single point positioning spp)
Code example of MATLAB reading GNSS observation value o file
阿里云一面:并发场景下的底层细节 - 伪共享问题
MYSQL索引钟B-TREE ,B+TREE ,HASH索引之间的区别和应用场景
Application architecture of large live broadcast platform
Inheritance and polymorphism (I)
121 distributed interview questions and answers
MySQL 30000 word essence summary + 100 interview questions, hanging the interviewer is more than enough (Collection Series
随机推荐
TYUT太原理工大学2022软工导论大题汇总
4.30动态内存分配笔记
阿里云微服务(三)Sentinel开源流控熔断降级组件
[algorithm] sword finger offer2 golang interview question 12: the sum of the left and right sub arrays is equal
TYUT太原理工大学2022“mao gai”必背
121 distributed interview questions and answers
记录:下一不小心写了个递归
TYUT太原理工大学2022数据库大题之概念模型设计
Basic DOS commands
Employment of cashier [differential constraint]
[algorithm] sword finger offer2 golang interview question 10: subarray with sum K
Alibaba cloud microservices (III) sentinel open source flow control fuse degradation component
图书管理系统小练习
几道高频的JVM面试题
[算法] 剑指offer2 golang 面试题3:前n个数字二进制形式中1的个数
10 minutes pour maîtriser complètement la rupture du cache, la pénétration du cache, l'avalanche du cache
[algorithm] sword finger offer2 golang interview question 1: integer division
编辑距离(多源BFS)
Application architecture of large live broadcast platform
Fgui project packaging and Publishing & importing unity & the way to display the UI