Skip to content

Commit 878b571

Browse files
committed
fix(bottomsheet): resolve wrong params
1 parent 2f8365b commit 878b571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottomsheet/vue/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const BottomSheetPlugin = {
5555
resolved = true;
5656
if (navEntryInstance && navEntryInstance.nativeView) {
5757
options.closeCallback && options.closeCallback.apply(undefined, args);
58-
resolve(args);
58+
resolve(...args);
5959
navEntryInstance.$emit('bottomsheet:close');
6060
navEntryInstance.$destroy();
6161
navEntryInstance = null;

0 commit comments

Comments
 (0)