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 6b52252 commit ce3e9eaCopy full SHA for ce3e9ea
platform/nativescript/runtime/index.js
@@ -24,8 +24,8 @@ Vue.$document = Vue.prototype.$document = new DocumentNode()
24
25
Vue.registerElement = registerElement
26
27
-Vue.options.directives = platformDirectives
28
-Vue.options.components = platformComponents
+Object.assign(Vue.options.directives, platformDirectives)
+Object.assign(Vue.options.components, platformComponents)
29
30
Vue.prototype.__patch__ = patch
31
0 commit comments