Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Oct 14, 2018
1 parent c3dea19 commit ad7f51f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

## Features

[x] Identify `name`, `props`, `events`, `slots`, `methods` and generate corresponding markdown content.
[x] Generate markdown files.
[x] Document integration: generate a [docute](https://docute.org/) document.
[x] Annotation enhancement (`@xxx`).
[x] `cli` & `Core module` for nodejs.
- [x] Identify `name`, `props`, `events`, `slots`, `methods` and generate corresponding markdown content.
- [x] Generate markdown files.
- [x] Document integration: generate a [docute](https://docute.org/) document.
- [x] Annotation enhancement (`@xxx`).
- [x] `cli` & `Core module` for nodejs.

[] Support `ts` & [vue-class-component](https://github.com/vuejs/vue-class-component) & [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)
[] Support for `slots` in `render` function.
[] Identify `v-model`
- [] Support `ts` & [vue-class-component](https://github.com/vuejs/vue-class-component) & [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)
- [] Support for `slots` in `render` function.
- [] Identify `v-model`

0 comments on commit ad7f51f

Please sign in to comment.