We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before 8.3.0 release, we can get the additional attributes and customised templare in source code preview as expected.
https://stackblitz.com/edit/github-pzabiw5o-y7gttwv2?file=src%2Fstories%2FButton.stories.ts,package.json,.stackblitzrc&preset=node
On 8.3.0 release,I believe a new improvement to support v-bind code display override the original implementation
v-bind
https://stackblitz.com/edit/github-pzabiw5o?file=src%2Fstories%2FButton.stories.ts&preset=node
Storybook Environment Info: System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm <----- active pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: @storybook/addon-essentials: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/addon-interactions: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/addon-onboarding: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/blocks: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/test: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/vue3: ^8.5.0-alpha.18 => 8.5.0-alpha.18 @storybook/vue3-vite: ^8.5.0-alpha.18 => 8.5.0-alpha.18 storybook: ^8.5.0-alpha.18 => 8.5.0-alpha.18
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Before 8.3.0 release, we can get the additional attributes and customised templare in source code preview as expected.
https://stackblitz.com/edit/github-pzabiw5o-y7gttwv2?file=src%2Fstories%2FButton.stories.ts,package.json,.stackblitzrc&preset=node
On 8.3.0 release,I believe a new improvement to support
v-bind
code display override the original implementationReproduction link
https://stackblitz.com/edit/github-pzabiw5o?file=src%2Fstories%2FButton.stories.ts&preset=node
Reproduction steps
System
Additional context
No response
The text was updated successfully, but these errors were encountered: