当前位置: 首页 > 文档资料 > VUX 中文文档 >

XProgress 组件使用教程

优质
小牛编辑
138浏览
2023-12-01

安装

import { XProgress } from 'vux'

export default {
  components: {
    XProgress
  }
}
// 在入口文件全局引入

import Vue from 'vue'
import { XProgress } from 'vux'

Vue.component('x-progress', XProgress)

属性

名字类型默认值说明版本要求
percentnumber0进度值,0到100--
show-cancelbooleantrue是否显示取消按钮--

事件

名字参数说明版本要求
@on-cancel--点击取消按钮时触发--