chore(storybook): upgrade vue examples to use storyStoreV7

This commit is contained in:
Yann Braga 2022-05-31 13:52:38 +02:00
parent fcb61e10a3
commit 68458171bf
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
disableTelemetry: true,
},
features: {
storyStoreV7: !global.navigator?.userAgent?.match?.('jsdom'),
buildStoriesJson: true,
channelOptions: { allowFunction: false, maxDepth: 10 },
},

View File

@ -13,6 +13,7 @@ module.exports = {
disableTelemetry: true,
},
features: {
storyStoreV7: true,
buildStoriesJson: true,
},
};

View File

@ -20,5 +20,6 @@ module.exports = {
staticDirs: ['../public'],
features: {
buildStoriesJson: true,
storyStoreV7: !global.navigator?.userAgent?.match?.('jsdom'),
},
};