fix: 将引用从VxeTablePrivateRef重命名为VxeTableDataRow #2427#2429
Open
clovu wants to merge 1 commit intox-extends:mainfrom
Open
fix: 将引用从VxeTablePrivateRef重命名为VxeTableDataRow #2427#2429clovu wants to merge 1 commit intox-extends:mainfrom
clovu wants to merge 1 commit intox-extends:mainfrom
Conversation
类型名称VxeTablePrivateRef已更改为VxeTableDataRow,但引用未更新,导致未解决的类型错误。此提交更新了对新类型名称VxeTableDataRow的所有引用
Collaborator
|
VxeTablePrivateRef 才是对的,VxeTableDataRow才是废弃的,那是一次合并出问题了,已修复 |
xuliangzhan
added a commit
that referenced
this pull request
Jun 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
类型名称VxeTablePrivateRef已更改为VxeTableDataRow,但引用未更新,导致未解决的类型错误。此提交更新了对新类型名称VxeTableDataRow的所有引用
#2427