mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix 固定列无法显示问题
This commit is contained in:
1
lib_temp/demo.html
Normal file
1
lib_temp/demo.html
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><meta charset="utf-8"><title>index demo</title><script src="./index.umd.js"></script><link rel="stylesheet" href="./index.css"><script>console.log(index)</script>
|
||||
1
lib_temp/index.css
Normal file
1
lib_temp/index.css
Normal file
File diff suppressed because one or more lines are too long
41895
lib_temp/index.umd.js
Normal file
41895
lib_temp/index.umd.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
|
||||
@@ -1109,7 +1109,7 @@ export default {
|
||||
/**
|
||||
* 表体
|
||||
*/
|
||||
h('vxe-table-body', {
|
||||
h(VxeTableBody, {
|
||||
ref: 'tableBody',
|
||||
props: {
|
||||
tableData,
|
||||
|
||||
Reference in New Issue
Block a user