Progress

进度条。

引入

  1. import { Progress } from 'we-vue'
  2. Vue.use(Progress)

例子

默认

  1. <w-progress :percent="percent2"/>

隐藏取消按钮

  1. <w-progress :percent="percent1" :show-clear="false" @cancel="onCancel"/>

API

参数类型说明可选值默认值
percentNumber/String百分比值
show-clearBoolean显示清除按钮true

Events

事件名说明参数
cancelcancel 按钮点击事件当前组件