• XProgress
    • 安装
    • 属性
    • 事件
    • 贡献者

    XProgress

    XProgress

    demo 原始链接demo 源码编辑文档组件源码

    x-progress - 图1

    二维码

    x-progress - 图2

    Install

    安装

    局部注册

    全局注册

    1. import { XProgress } from 'vux'
    2. export default {
    3. components: {
    4. XProgress
    5. }
    6. }

    1. // 在入口文件全局引入
    2. import Vue from 'vue'
    3. import { XProgress } from 'vux'
    4. Vue.component('x-progress', XProgress)

    API

    属性

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

    事件

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

    贡献者

    贡献者

    该组件(包含文档)迭代次数 5,贡献人数 1
    airyland