We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the bug A component which does not contain a <script> tag throws the following error:
<script>
Cannot read property ‘content’ of null
To Reproduce Steps to reproduce the behaviour:
What I expected The app runs without errors
Screenshots
Did I use vue-native-cli to create the project? Yes
vue-native-cli
Am I using Expo? Yes, however, the issue can be seen with apps using bare workflow as well
Development platform (please complete the following information):
The device on which I run my Vue Native app
Additional context vue-native version: 0.3.0-rc.1
The text was updated successfully, but these errors were encountered:
Fixed in v0.3.0-rc.2
Sorry, something went wrong.
No branches or pull requests
Description of the bug
A component which does not contain a
<script>
tag throws the following error:To Reproduce
Steps to reproduce the behaviour:
<script>
tag in App.vueWhat I expected
The app runs without errors
Screenshots
Did I use
vue-native-cli
to create the project?Yes
Am I using Expo?
Yes, however, the issue can be seen with apps using bare workflow as well
Development platform (please complete the following information):
The device on which I run my Vue Native app
Additional context
vue-native version: 0.3.0-rc.1
The text was updated successfully, but these errors were encountered: