Skip to content

Commit db0f680

Browse files
committed
Merge branch 'master' of github.com:nativescript-vue/nativescript-vue
2 parents 8f4f2ad + a9187b7 commit db0f680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/nativescript/plugins/modal-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
this.$root.$el.nativeView.showModal(
3434
modalPage,
3535
null,
36-
resolve,
36+
vm.$modal.close,
3737
options.fullscreen
3838
)
3939
})

platform/nativescript/runtime/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const mount = function(el, hydrating) {
5959
}
6060
})
6161
} else {
62-
mountComponent(this, el, hydrating)
62+
return mountComponent(this, el, hydrating)
6363
}
6464
}
6565

0 commit comments

Comments
 (0)