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

Question: document instance property on Typescript #238

Open
hugoserrana opened this issue May 31, 2021 · 0 comments
Open

Question: document instance property on Typescript #238

hugoserrana opened this issue May 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hugoserrana
Copy link

Describe the question
There is a way to document instance property on Typescript and vue-class-component?
I can't found on vuese documentation.

To Reproduce
Steps to reproduce the behavior:

`
import Component from 'vue-class-component';

@component
export default class UserComponent extends Vue {
// @vuese
// Description of instance property
loading = false;
}
`
Expected behavior
An section on generated docs with Instance Properties or Data:

`## Instance Properties

|Name|Description|Default value|
|loading|Description of instance property|false|

`
@IWANABETHATGUY IWANABETHATGUY added the enhancement New feature or request label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants