vue-styleguidist icon indicating copy to clipboard operation
vue-styleguidist copied to clipboard

Created from react styleguidist for Vue Components with a living style guide

Results 113 vue-styleguidist issues
Sort by recently updated
recently updated
newest added

**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 {...