Docs: Remove references to Vue 2 from snippets

This commit is contained in:
jonniebigodes 2024-01-30 10:42:43 +00:00
parent 7c21c34edc
commit fc1368133a
3 changed files with 0 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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';