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

InlineLoading 组件使用教程

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

安装

import { InlineLoading } from 'vux'

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

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

Vue.component('inline-loading', InlineLoading)

版本要求 vux@^2.3.4