当前位置:网站首页>View UI plus released version 1.3.0, adding space and $imagepreview components
View UI plus released version 1.3.0, adding space and $imagepreview components
2022-07-06 13:20:00 【View Design】
View UI Plus 1.3.0 The version is on 2022-06-21 Release .
Update log
Please go to the official website www.iviewui.com Check out the latest version of .
- New spacing component Space.
- ImagePreview Add the function of downloading pictures .
- ImagePreview New properties toolbar, You can select the shortcut functions you want to open and sort them .
- Picture preview support $ImagePreview Instantiation call .
- ImagePreview New drag gesture style .
- Skeleton Default style , Add last paragraph effect .
- Result attribute type newly added warning.
- Optimize a large number of document examples .
- Repair Select Remote search problems .
- Repair ImagePreview Click the control bar to close the preview question .
- Repair Layout The styling .
- Repair some components types Wrong question .
Update method
1. modify package.json
in view-ui-plus
Version number :
"dependencies": {
"view-ui-plus": "^1.3.0"
}
2. function npm update view-ui-plus
.
Content abstract
Space Spacing component
The spacing component can easily set the uniform spacing between adjacent components . For example, the following scene , Before use Space The effect of spacing components is :
<Button> The online preview </Button>
<Button> Purchase authorization </Button>
<Button> Application demonstration </Button>
PC End :
Mobile :
Use Space Components :
<Space wrap>
<Button> The online preview </Button>
<Button> Purchase authorization </Button>
<Button> Application demonstration </Button>
</Space>
PC End :
Mobile :
Space Components also support vertical direction
Permutation :
<Space wrap direction="vertical">
<Button> The online preview </Button>
<Button> Purchase authorization </Button>
<Button> Application demonstration </Button>
</Space>
Various alignments are also supported :
$ImagePreview Instantiated image preview component
stay 1.2.0
In the version , New picture preview component ImagePreview
. stay 1.3.0
in , Except for the traditional <ImagePreview />
Tag calling method , Now we support it JS Instantiation call :
methods: {
showImage () {
this.$ImagePreview.show({
previewList: [...]
})
}
}
in addition ,ImagePreview It has also been added. Download the pictures
function :
Image preview also added properties toolbar
To select which shortcut functions to display , And support sorting , You can check the document for details API.
More complete content , succeed in inviting sb. View Design Official website view :https://www.iviewui.com/
边栏推荐
- Tyut outline of 2022 database examination of Taiyuan University of Technology
- 121道分布式面试题和答案
- TYUT太原理工大学2022数据库大题之概念模型设计
- Rich Shenzhen people and renting Shenzhen people
- 系统设计学习(二)Design a key-value cache to save the results of the most recent web server queries
- View UI plus released version 1.3.1 to enhance the experience of typescript
- 最新坦克大战2022-全程开发笔记-2
- MySQL 三万字精华总结 + 面试100 问,吊打面试官绰绰有余(收藏系列
- Tyut Taiyuan University of technology 2022 introduction to software engineering examination question outline
- Database operation of tyut Taiyuan University of technology 2022 database
猜你喜欢
Decomposition relation model of the 2022 database of tyut Taiyuan University of Technology
系统设计学习(三)Design Amazon‘s sales rank by category feature
TYUT太原理工大学2022数据库题库选择题总结
arduino+DS18B20温度传感器(蜂鸣器报警)+LCD1602显示(IIC驱动)
MySQL 30000 word essence summary + 100 interview questions, hanging the interviewer is more than enough (Collection Series
Fgui project packaging and Publishing & importing unity & the way to display the UI
Record: the solution of MySQL denial of access when CMD starts for the first time
Conceptual model design of the 2022 database of tyut Taiyuan University of Technology
Alibaba cloud microservices (IV) service mesh overview and instance istio
Smart classroom solution and mobile teaching concept description
随机推荐
MySQL 三万字精华总结 + 面试100 问,吊打面试官绰绰有余(收藏系列
(超详细二)onenet数据可视化详解,如何用截取数据流绘图
Quickly generate illustrations
Tyut Taiyuan University of technology 2022 introduction to software engineering
Decomposition relation model of the 2022 database of tyut Taiyuan University of Technology
Data manipulation language (DML)
系统设计学习(三)Design Amazon‘s sales rank by category feature
错误: 找不到符号
记录:下一不小心写了个递归
Inheritance and polymorphism (I)
CorelDRAW plug-in -- GMS plug-in development -- Introduction to VBA -- GMS plug-in installation -- Security -- macro Manager -- CDR plug-in (I)
Record: Navicat premium can't connect to MySQL for the first time
2年经验总结,告诉你如何做好项目管理
最新坦克大战2022-全程开发笔记-1
Introduction and use of redis
MYSQL索引钟B-TREE ,B+TREE ,HASH索引之间的区别和应用场景
Smart classroom solution and mobile teaching concept description
121 distributed interview questions and answers
4.30 dynamic memory allocation notes
凡人修仙学指针-1