Manuel Saelices

Results 55 comments of Manuel Saelices

@tralves @I-NOZex I think we should document this. I will do it.

@VladimirAmiorkov I've just reproduced your error. I will try to fix it in the next days.

@VladimirAmiorkov Re-tested this issue and it's working (not crashing). BTW, there is still the related #518 issue with I think is related to the NS code as it fails both...

@VladimirAmiorkov I mean that the app is not crashing anymore but I can see the `HMR: Aborted because ./main.ts is not accepted` when I change any code in the app.

@farfromrefug what do you mean by adding `registerElement` within the webpack config? BTW, may this commit help on this? https://github.com/gimyboya/nativescript-vue/commit/625f456612008dc433af9050586963faa0c5d78a

@farfromrefug got it. Actually, if you look at the `nativescript-vue-template-compiler` code which compiles the `v-model` directive (see https://github.com/nativescript-vue/nativescript-vue/blob/master/platform/nativescript/compiler/directives/model.js), I don't know the reason to call the Vue legacy `genComponentModel`, as...

@rigor789 forget it. You need `getComponentModel` for the custom Vue components which wraps some logic on them.

@farfromrefug So, the problem is that at compile time [we are checking](https://github.com/nativescript-vue/nativescript-vue/blob/master/platform/nativescript/compiler/directives/model.js#L6) that if the component has been registered in order to output the regular `v-model` directive or a NS-vue...

@farfromrefug to let people use your hack, I've exported `registerElement` here: https://github.com/nativescript-vue/nativescript-vue/commit/e1bc5629e01c73542f9fb12bba143a3e498d9102 Waiting for a better fix by @rigor789

@chimmelb I've just tested both a new NS-vue app with two pages and an NS-Angular app with a side drawer and some pages (just the vanilla example after executing `tns...