mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Docs: Remove references to Vue 2 from snippets
This commit is contained in:
parent
7c21c34edc
commit
fc1368133a
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user