-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MdTable): reactive selection (#1674)
* fix(MdTable): reactive selection fix #1348 * fix(MdTableRow): add addSelectableItem on nextTick to avoid destory after created * fix(MdTable): mdModelId necessary warning * fix(MdTableCellSelection): replace created with watch immediate * fix(MdTable): fix warn message * fix(MdTable): Generate UUID by object instance with WeakMap to avoid breaking change * fix(MdTable): remove unused Vue
- Loading branch information
1 parent
09b8573
commit ddee303
Showing
4 changed files
with
43 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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