mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 01:41:07 +08:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
```ts
|
|
// vue/src/client/preview/globals.ts
|
|
|
|
import global from 'global';
|
|
|
|
const { window: globalWindow } = global;
|
|
|
|
globalWindow.STORYBOOK_ENV = 'vue';
|
|
``` |