当前位置:网站首页>uview的安装和功能
uview的安装和功能
2022-06-27 06:47:00 【会说话的字符】
组件-内置样式
组件-下载方式安装
- 下载 uview-ui 目录
- 引入
// main.js
import uView from "uview-ui";
Vue.use(uView);
/* uni.scss */
@import 'uview-ui/theme.scss';
/* App.vue */
<style lang="scss">
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
</style>
- 配置 easycom 组件模式
// pages.json
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
// 此为本身已有的内容
"pages": [
// ......
]
}
- vue.config
module.exports = {
// 配置路径别名
configureWebpack: {
devServer: {
disableHostCheck: true
}
}
}
组件-内置样式
- 文字省略
- 重置按钮样式
- 断点形式
- 边框(具有 ios 兼容)
u-border
组件-注意事项
背景色问题
赋值设备信息的陷阱
设备高度问题小程序主包太大无法预览和发布
::v-deep 写法问题
Uview js 工具
- toast() 提示工具
- os() 返回平台信息 andriod or ios
- sys() 设备信息
- http 请求封装教程
- api 集中管理
- button 节流效果
- 对象深度克隆
- 对象深度合并
- 时间格式化
- 路由封装
- 数组乱序
- 生成全局唯一标识
- 颜色转换
- 颜色值
- 对象转 url 参数
- 规则校验
- MD5 加密
- 随机数值
- 去除空格
- 获取 dom 节点,改变滚动条位置
- 小程序分享
丰富的模板
指南
- 扩展图标 iconfont
- 自定义主题
- 全局变量
globalData
vuex
边栏推荐
- Centos7.9安装mysql 5.7,并设置开机启动
- MPC control of aircraft wingtip acceleration and control surface
- 技术人员创业一年心得
- On gpu: historical development and structure
- 面试官:用分库分表如何做到永不迁移数据和避免热点问题?
- 可扩展哈希
- multiprocessing. Detailed explanation of pool
- POI replacing text and pictures in docx
- Talk about Domain Driven Design
- 飞行器翼尖加速度和控制面的MPC控制
猜你喜欢
Interviewer: do you have any plan to request a lot of data that does not exist in redis to destroy the database?
Assembly language - Wang Shuang Chapter 9 Principles of transfer instructions - Notes
2022 CISP-PTE(一)文件包含
Interviewer: please introduce cache penetration, cache null value, cache avalanche and cache breakdown, which are easy to understand
Fast realization of Bluetooth communication between MCU and mobile phone
Machine learning
Unsafe中的park和unpark
如何优雅的写 Controller 层代码?
vs怎么配置OpenCV?2022vs配置OpenCV详解(多图)
Quick realization of Bluetooth ibeacn function
随机推荐
大学数据库mysql
Restrictions on the use of tidb
Modeling competition - optical transport network modeling and value evaluation
Cloud-Native Database Systems at Alibaba: Opportunities and Challenges
Tidb database Quick Start Guide
The number of query results of maxcompute SQL is limited to 1W
Easyexcel: read Excel data into the list set
Ahb2apb bridge design (2) -- Introduction to synchronous bridge design
面试官:请你介绍一下缓存穿透、缓存空值、缓存雪崩、缓存击穿的,通俗易懂
HTAP Quick Start Guide
观测电机转速转矩
解决 Win10 Wsl2 IP 变化问题
pytorch Default process group is not initialized
How to write controller layer code gracefully?
ORA-00909: 参数个数无效,concat引起
thrift
Fast implementation of thread mesh networking
Meaning of 0.0.0.0:x
OPPO面试整理,真正的八股文,狂虐面试官
获取地址url中的query参数指定参数方法