mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:51:28 +08:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
```js
|
|
// setupFile.js
|
|
|
|
import { setGlobalConfig } from '@storybook/testing-vue3';
|
|
|
|
// Storybook's preview file location
|
|
import * as globalStorybookConfig from './.storybook/preview';
|
|
|
|
setGlobalConfig(globalStorybookConfig);
|
|
``` |