-
-
Notifications
You must be signed in to change notification settings - Fork 26
Using template Nativescript-Vue-Web error in iOS #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@JoaquinGL Can you give me some detail on what options you used to create the Vue project? For example: Typescript, CSS Preprocessors, etc? Also, I need the same for the plugin: new app, native only or dual, etc. Will help me try and reproduce exactly what you were using. |
Sure, for the vue project I just create a new porject: Then for the plugin I used everything by default and the template was |
Fix #11 - fix extractCallDir for npm 6.9.0
This should now be fixed in 0.0.15 which was just pushed to the npm registry. |
If you use this template, in the
App.vue
file, needs to import the component HelloWorld. Otherwise there will be an error when you try the app in iOS.Needs proper import
The text was updated successfully, but these errors were encountered: