UNI-APP代码规范集合

一、路径规范:

建议统一采用以@开头的路径。比如:

1 import $string from '@/common/js/string.js'
2 @import './common/uni.css';
3 <image class="logo" src="@/static/logo.png"></image>

 

二、度量单位,建议采用rpx。

注意:不支持动态绑定style更改长度,比如:

1 <view class="test" :style="{width: winWidth + 'rpx'}"></view> // 不支持

 

posted @ 2022-09-07 09:36  1024记忆  阅读(256)  评论(0编辑  收藏  举报