Commit dd3e04881a87878860b4177ccdda67741f548716

Authored by 刘汉宸
1 parent 4c64588a

fix: 修复Scheme插槽传值

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
packages/scheme/index.vue
@@ -337,6 +337,7 @@ export default { @@ -337,6 +337,7 @@ export default {
337 }, 337 },
338 _slotScope() { 338 _slotScope() {
339 return { 339 return {
  340 + handleSearch: this.search,
340 openDialog: this.openDialog, 341 openDialog: this.openDialog,
341 closeDialog: this.closeDialog, 342 closeDialog: this.closeDialog,
342 openView: this.openView, 343 openView: this.openView,