Skip to content
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

Array Type Doesn't Work #84

Closed
sbowler opened this issue Jun 28, 2018 · 2 comments
Closed

Array Type Doesn't Work #84

sbowler opened this issue Jun 28, 2018 · 2 comments

Comments

@sbowler
Copy link

sbowler commented Jun 28, 2018

I believe this may be a bug. With a @vue-data tag of type {Array} you can't seem to add an array item type like you typically can with other tags like @returns so {Array.<Number>} just shows "Array." as the type in the default template when generating. Hope that make sense.

@Kocal
Copy link
Owner

Kocal commented Jun 29, 2018

Good catch, I think it's because <Number> is interpreted as HTML.
I'm fixing it

@Kocal Kocal closed this as completed in #85 Jun 29, 2018
Kocal added a commit that referenced this issue Jun 29, 2018
`Array.<String>` was visually rendered as `Array.`, because `<String>` was interpreted as an HTML tag.

Fix #84
@Kocal
Copy link
Owner

Kocal commented Jun 29, 2018

Released in v2.0.5 🎉

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

No branches or pull requests

2 participants