diff --git a/platform/nativescript/runtime/index.js b/platform/nativescript/runtime/index.js index 65ef23ec..19e133ae 100644 --- a/platform/nativescript/runtime/index.js +++ b/platform/nativescript/runtime/index.js @@ -59,7 +59,7 @@ const mount = function(el, hydrating) { } }) } else { - mountComponent(this, el, hydrating) + return mountComponent(this, el, hydrating) } }