# cProgress长条进度组件

# 使用教程

点击查看教程

# 使用文档

# 导入

main.js中:

import { cProgress } from 'cpm-ui'
Vue.use(cProgress)
1
2

# 调用

<cProgress progress="50%"></cProgress>
1

# 属性props

参数 说明 类型 可选值 默认值
progress 进度百分比 String 0
animate 是否开启动画 Boolean truefalse false
showTip 是否显示当前进度提示 Boolean truefalse false

# 事件Event

# 插槽slot

# 特别提示

Last Updated: 12/12/2019, 7:37:32 PM

注:因PC端浏览存在最小12px字号的原因,部分视图下文字会显示比较大,手机端访问正常。