issues Search Results · repo:Kocal/jsdoc-vuejs language:JavaScript
Filter by
76 results
(63 ms)76 results
inKocal/jsdoc-vuejs (press backspace or delete to remove)Hello !
It can be useful to add a tag about slots. So, add vue-slot tag please.
Thanks you !
Diboby
- Opened on Dec 13, 2022
- #475
img width= 1033 alt= image src=
https://user-images.githubusercontent.com/42051272/164396108-66958040-e107-45cf-94fe-ff32830e06ff.png
vfiee
- Opened on Apr 21, 2022
- #463
My docs were being generated correctly. Until I decided to upgrade my script tags to use script setup as Vue Docs
recommends.
This led to my docs not being generated anymore.
Does jsdoc-vuejs supports ...
dribeiro-tc
- 8
- Opened on Mar 30, 2022
- #458
When I use the decorator in my vue file, the jsdoc will report an error. Decorators cannot be used to decorate object
literal properties.
onezyr
- Opened on Nov 8, 2021
- #455
kiulangvin
- Opened on Nov 4, 2021
- #454
Hi,
I m trying to generate the documentation using jsdoc-vuejs. Unfortunately, despite many attempts, I am not able to
generate documentation for an example component - the documentation is empty:
I ...
bagsiur
- Opened on Oct 22, 2021
- #453
Can we add prop validator in Jsdoc example:
props:{ size: { type: String, default: null, validator: function(value) { const validSizes = [null, xs , sm , lg ];
return validSizes.indexOf(value) !== -1; ...
ameeey
- Opened on Sep 22, 2021
- #452
Hey, there!
Is it possible to add JSDoc multiple prop type or payload type in documentation ? e.g:
props: { value: { type: [String, Number, Boolean], default:
} }
Can we add [String, Number, Boolean] ...
ameeey
- 1
- Opened on Sep 16, 2021
- #449
I ve been looking through the jsdoc documentation to figure out how to add a top level tag and separate it, what I m
really looking for is an ability to separate vue single file components from modules. ...
DaveTorrey
- Opened on Jul 8, 2021
- #439
I am using jsDocs with jsdoc-vuejs in a nuxt project. I keep getting parsing errors
ERROR: Unable to parse /project/components/Button/Button.vue: Unexpected token, expected { (58:15)
ERROR: Unable to ...
Elaniobro
- 2
- Opened on Jun 23, 2021
- #435

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.