Lars Rickert
Lars Rickert
When using `vue-component-meta` with a `tsconfig.json` that uses references (like the one that is provided by the [official Vue starter](https://vuejs.org/guide/quick-start#creating-a-vue-application)), the checker will throw an error "Could not find main...
relates to #26691 ## What I did I created a new improved Vue source code generator that has several improvements compared to the current one: - use shorthand for truthy...
## What I did Follow up fix for #28589 and #28674 which caused missing prop controls for enum types (e.g. booleans or `"small" | "medium"` etc in the current `8.3.0-alpha.3`...
Hey, we are using the `@vue/repl` package for the [playground](https://playground.onyx.schwarz) of our onyx component library. We have added a select to choose the used version of the onyx library and...
Closes #26691 ## What I did Add a new "Code" panel for the docs addon so the generated code snippet can also be viewed/copied in single story mode and is...