更新记录
1.0.1(2025-09-26) 下载此版本
添加依赖
1.0.0(2025-09-26) 下载此版本
初版
平台兼容性
uni-app(4.76)
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
RJ-circleClock
本插件是一个通用组件,用于创建一个圆环表盘,带子刻度
需要依赖
import shortLine from '@/components/shortLine.vue'
使用说明
导入组件
import circleClock from '@/uni_modules/RJ-circleClock/components/RJ-circleClock/RJ-circleClock.vue'
默认使用
<circleClock>
</circleClock>
带参数调用
<circleClock
:mainItems="mainItems"
:filter="[]"
:subItems="5"
:startP="startP"
:radius="220"
:isPureLine="false"
>
</circleClock>