Skip to content

Commit

Permalink
Merge pull request #25806 from storybookjs/docs_vue_2_snippets
Browse files Browse the repository at this point in the history
Docs: Remove references to Vue 2 from snippets
  • Loading branch information
jonniebigodes authored Jan 30, 2024
2 parents 7c21c34 + fc13681 commit 60277c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/snippets/vue/button-story-auto-docs.ts-4-9.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```ts
// Button.stories.ts

// Replace vue3 with vue if you are using Storybook for Vue 2
import type { Meta, StoryObj } from '@storybook/vue3';

import Button from './Button.vue';
Expand Down
1 change: 0 additions & 1 deletion docs/snippets/vue/csf-3-example-starter.ts-4-9.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```ts
// CSF 3

// Replace vue3 with vue if you are using Storybook for Vue 2
import type { Meta, StoryObj } from '@storybook/vue3';

import Button from './Button.vue';
Expand Down
1 change: 0 additions & 1 deletion docs/snippets/vue/csf-3-example-starter.ts.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```ts
// CSF 3

// Replace vue3 with vue if you are using Storybook for Vue 2
import type { Meta, StoryObj } from '@storybook/vue3';

import Button from './Button.vue';
Expand Down

0 comments on commit 60277c5

Please sign in to comment.