mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:21:07 +08:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
import React from 'react';
|
|
import { render } from 'react-dom';
|
|
import toReact from '@egoist/vue-to-react';
|
|
|
|
export const parameters = {
|
|
docs: {
|
|
// deprecated do not use
|
|
},
|
|
};
|
|
``` |