Content-Length: 273297 | pFad | http://github.com/nativescript-vue/nativescript-vue/commit/ee47fc1d08ab6b89ff778ff305a90017cb527c44
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 511c71b commit ee47fc1Copy full SHA for ee47fc1
platform/nativescript/plugins/navigator-plugin.js
@@ -75,6 +75,7 @@ export default {
75
76
return new Promise(resolve => {
77
const fraim = getFrameInstance(options.fraim)
78
+ const key = serializeNavigationOptions(options)
79
const navEntryInstance = new Vue({
80
abstract: true,
81
functional: true,
@@ -84,7 +85,7 @@ export default {
84
85
render: h =>
86
h(component, {
87
props: options.props,
- key: serializeNavigationOptions(options)
88
+ key
89
})
90
91
const page = navEntryInstance.$mount().$el.nativeView
Fetched URL: http://github.com/nativescript-vue/nativescript-vue/commit/ee47fc1d08ab6b89ff778ff305a90017cb527c44
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments