Skip to content

Commit

Permalink
Merge pull request #27001 from storybookjs/fix-vue-snippets
Browse files Browse the repository at this point in the history
Docs: Fix vue snippets
(cherry picked from commit bf6a671)
  • Loading branch information
kylegach authored and storybook-bot committed May 3, 2024
1 parent e611e10 commit 574ef6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/get-started/vue3-webpack5.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ First, install the framework:

<CodeSnippets
paths={[
'vue/vue-webpack5-install.npm.js.mdx',
'vue/vue-webpack5-install.pnpm.js.mdx',
'vue/vue-webpack5-install.yarn.js.mdx'
'vue/vue3-webpack5-install.npm.js.mdx',
'vue/vue3-webpack5-install.pnpm.js.mdx',
'vue/vue3-webpack5-install.yarn.js.mdx'
]}
/>

Expand Down Expand Up @@ -118,8 +118,8 @@ Finally, update your `.storybook/main.js|ts` to change the framework property:

<CodeSnippets
paths={[
'vue/vue-webpack5-add-framework.js.mdx',
'vue/vue-webpack5-add-framework.ts.mdx'
'vue/vue3-webpack5-add-framework.js.mdx',
'vue/vue3-webpack5-add-framework.ts.mdx'
]}
/>

Expand Down

0 comments on commit 574ef6a

Please sign in to comment.