Improves display of Vue defineComponent
variables and Pinia stores in TypeDoc documentation.
npm install --save-dev typedoc-plugin-vue
// typedoc.json
{
"plugin": ["typedoc-plugin-vue"]
}
See an example of this plugin in action.
v1.2.0 (2024-06-22)
- Support TypeDoc 0.26.
- Remove
$id
properties from store function declarations.
v1.1.0 (2023-10-06)
- Added keywords so plugin will appear on TypeDoc's site, improved build process.
v1.0.0 (2023-10-06)
- Initial release