mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge pull request #29589 from storybookjs/viewports-global-options-example
Docs: Fix global viewports options example
This commit is contained in:
commit
53ffd11c53
@ -4,7 +4,7 @@ import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
|
||||
export default {
|
||||
parameters: {
|
||||
viewport: {
|
||||
viewports: INITIAL_VIEWPORTS,
|
||||
options: INITIAL_VIEWPORTS,
|
||||
},
|
||||
},
|
||||
initialGlobals: {
|
||||
@ -20,7 +20,7 @@ import { Preview } from '@storybook/your-renderer';
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
viewport: {
|
||||
viewports: INITIAL_VIEWPORTS,
|
||||
options: INITIAL_VIEWPORTS,
|
||||
},
|
||||
},
|
||||
initialGlobals: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user