Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加 vxe-table lib 命令 #2314

Closed
wants to merge 0 commits into from
Closed

Conversation

Clover-You
Copy link

@Clover-You Clover-You commented Feb 19, 2024

  • 添加项目缺失的部分依赖:@types/node@types/webpack-env

  • 该命令主要用于修复一些BUG或添加一些功能,没有及时发版时对用户的帮助命令。
    假设 VxeTable 修复了一个 BUG,用户项目又急需使用这个功能,那么可以安装 GitHub 中的项目,然后调用这个命令进行打包操作:
    pnpm add https://github.com/x-extends/vxe-table

    pnpm vxe-table lib

    可以结合 prepare 钩子进行使用,在每次 pnpm install 时自动执行 vxe-table lib 命令。
    image

  • 修复开启懒加载后无法通过 getParentRow 获取最新加载数据的 Parent [TreeTable] 通过 getParentRow 函数获取第三级及更深层级行时无法正确获取父级信息 #2316

@xuliangzhan
Copy link
Collaborator

非常感谢您提供的问题修复,提交pr不能全部混在一起,应该以最小功能点提交

@Clover-You
Copy link
Author

非常感谢您提供的问题修复,提交pr不能全部混在一起,应该以最小功能点提交

我是想着提两个 PR 来着,但是我在修复 #2316 这个 BUG 后准备创建对应的 PR 时,我发现 GitHub 自动把我最新的 commit 加入到当前这个 PR,不知道怎么处理,非常抱歉!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants