### Version 2.4.0 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=HFwgqQ&v=2](https://play.nativescript.org/?template=play-vue&id=HFwgqQ&v=2) ### Platform and OS info Android Any, NativeScript 6.0.1 & Nativescript-Vue 2.4.0, Windows 10 ### Steps to reproduce 1 - Create a vue plugin 2 - Use Vue mixin inside the Install function 3 - Just try log the 'this.$options' ### What is expected? Affect every Vue instance created afterwards with a new 'beforeCreate' method ### What is actually happening? Error in mounted hook: "TypeError: Cannot read property 'nativeView' of undefined" <!-- generated by nativescript-vue-issue-helper. DO NOT REMOVE -->