We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8365b commit 878b571Copy full SHA for 878b571
src/bottomsheet/vue/index.ts
@@ -55,7 +55,7 @@ const BottomSheetPlugin = {
55
resolved = true;
56
if (navEntryInstance && navEntryInstance.nativeView) {
57
options.closeCallback && options.closeCallback.apply(undefined, args);
58
- resolve(args);
+ resolve(...args);
59
navEntryInstance.$emit('bottomsheet:close');
60
navEntryInstance.$destroy();
61
navEntryInstance = null;
0 commit comments