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

XTable 组件使用教程

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

安装

import { XTable } from 'vux'

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

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

Vue.component('x-table', XTable)

属性

名字类型默认值说明版本要求
full-borderedbooleanfalse是否显示表格左右边框v2.2.1-rc.4
content-borderedbooleantrue是否显示 body tr 的下边框v2.2.1-rc.4
cell-borderedbooleantrue是否显示表格的右边边框v2.2.1-rc.4

插槽

名字说明版本要求
默认插槽表格内容v2.2.1-rc.4