vue-styleguidist
vue-styleguidist copied to clipboard
Created from react styleguidist for Vue Components with a living style guide
**File path**: package/vue-doc-cli/README.md **Description**: A part of the description of `getDestFile` is : ` default: (file, config) => path.resolve(config.outDir, file).replace(/\.\w+/$/, '.md')` the express `.replace(/\.\w+/$/, '.md')` is supposed to realce the...
**The problem** The in Vue 3.5 added feature [Reactive Props Destructure](https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure) does not set the default as the withDefaults Syntax does. **Additional context** ```js // Does not work const {...