Aaron Pool
Aaron Pool
**Describe the bug** A clean install of vue and addon-docs preset doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Fork: https://github.com/Aaron-Pool/storybook-vue-addon-docs-repro 2. Run `yarn storybook` **Expected behavior** It...
It would be amazing if this module supported typing, as it would lend even more usability to the "non-string-based" vuex approach you've implemented here. Do you have any interest in...
Unless I'm totally misreading the docs, there doesn't seem to be a way to make elements stick within a scrollable area that isn't the main area. That's probably a pretty...
There have been several times I've thought that it would be really convenient if a component with scoped slots could provide components, as well as props data to the component...
### The Problem My team often writes a significant amount of detail the `Rule` definitions in our feature files. We keep our `Feature` and `Scenario` descriptions very succinct and instead...
**The problem** When it comes to code dependencies, I love traceability, and the fact that a step registered by a `Given` returned from a _different_ invocation `createBdd(test)` can be used...