vue2-components-plus 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -411,9 +411,8 @@ function handleReset() {
411
411
  }
412
412
 
413
413
  function handleSelectionChange(selection) {
414
- if (selection && selection.length) {
415
- proxy.$message.success('当前选中 ' + selection.length + ' 行')
416
- }
414
+ console.log('选中切换', selection)
415
+ if (!selection) return
417
416
  }
418
417
 
419
418
  function getSelectedRows() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-components-plus",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/vue2-components-plus.umd.cjs",