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 1fd7c81 commit a9187b7Copy full SHA for a9187b7
platform/nativescript/runtime/index.js
@@ -59,7 +59,7 @@ const mount = function(el, hydrating) {
59
}
60
})
61
} else {
62
- mountComponent(this, el, hydrating)
+ return mountComponent(this, el, hydrating)
63
64
65
0 commit comments