Skip to content

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

Closed
JoaquinGL opened this issue Apr 10, 2019 · 3 comments · Fixed by #12
Closed

Using template Nativescript-Vue-Web error in iOS #9

JoaquinGL opened this issue Apr 10, 2019 · 3 comments · Fixed by #12

Comments

@JoaquinGL
Copy link

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

import HelloWorld from './components/HelloWorld';
components: {
   HelloWorld,
}
@jawa-the-hutt
Copy link
Collaborator

@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.

@JoaquinGL
Copy link
Author

Sure, for the vue project I just create a new porject:
vue create my-app

Then for the plugin I used everything by default and the template was Nativescript-Vue-Web

jawa-the-hutt added a commit that referenced this issue Apr 29, 2019
Fix #11 - fix extractCallDir for npm 6.9.0
jawa-the-hutt added a commit that referenced this issue Apr 29, 2019
@jawa-the-hutt
Copy link
Collaborator

This should now be fixed in 0.0.15 which was just pushed to the npm registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants