mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:31:06 +08:00
chore(storybook): upgrade vue examples to use storyStoreV7
This commit is contained in:
parent
fcb61e10a3
commit
68458171bf
@ -10,6 +10,7 @@ module.exports = {
|
||||
disableTelemetry: true,
|
||||
},
|
||||
features: {
|
||||
storyStoreV7: !global.navigator?.userAgent?.match?.('jsdom'),
|
||||
buildStoriesJson: true,
|
||||
channelOptions: { allowFunction: false, maxDepth: 10 },
|
||||
},
|
||||
|
@ -13,6 +13,7 @@ module.exports = {
|
||||
disableTelemetry: true,
|
||||
},
|
||||
features: {
|
||||
storyStoreV7: true,
|
||||
buildStoriesJson: true,
|
||||
},
|
||||
};
|
||||
|
@ -20,5 +20,6 @@ module.exports = {
|
||||
staticDirs: ['../public'],
|
||||
features: {
|
||||
buildStoriesJson: true,
|
||||
storyStoreV7: !global.navigator?.userAgent?.match?.('jsdom'),
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user