-
Notifications
You must be signed in to change notification settings - Fork 484
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
vue parsing issue #1060
Comments
tmcw
added a commit
that referenced
this issue
Apr 24, 2018
Looks like the vue mode has a baked-in expectation that all vue components have a script. Adding a fix for that now. |
@tmcw thanks for the quick response! 🎉 |
tmcw
added a commit
that referenced
this issue
Apr 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output:
Reproduction steps:
documentationjs
node_modules/.bin/documentation build client/**
If you're reporting a bug, please include input code, output documentation,
a description of what you expected to happen, and what happened instead.
What version of documentation.js are you using?:
"documentation": "^6.3.0",
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?):
node -v
v9.4.0npm -v
5.6.0Refs #1056, refs #1055, refs #952
The text was updated successfully, but these errors were encountered: