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