Skip to content

Commit

Permalink
Merge branch 'next' into fix/disable-vue3-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Apr 5, 2024
2 parents 4c42d21 + e226c4e commit f47eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/vue/vue3-vite-add-framework.ts.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```ts
// .storybook/main.ts
import { StorybookConfig } from '@storybook/nextjs';
import { StorybookConfig } from '@storybook/vue3-vite';

const config: StorybookConfig = {
// ...
Expand Down

0 comments on commit f47eff3

Please sign in to comment.