Skip to content

Commit

Permalink
chore(storybook): upgrade vue examples to use storyStoreV7
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 31, 2022
1 parent 811409c commit 7d2a0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/vue-3-cli/.storybook/main.js
Expand Up @@ -10,6 +10,7 @@ module.exports = {
disableTelemetry: true,
},
features: {
storyStoreV7: true,
buildStoriesJson: true,
channelOptions: { allowFunction: false, maxDepth: 10 },
},
Expand Down
1 change: 1 addition & 0 deletions examples/vue-cli/.storybook/main.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
disableTelemetry: true,
},
features: {
storyStoreV7: true,
buildStoriesJson: true,
},
};
1 change: 1 addition & 0 deletions examples/vue-kitchen-sink/.storybook/main.js
Expand Up @@ -20,5 +20,6 @@ module.exports = {
staticDirs: ['../public'],
features: {
buildStoriesJson: true,
storyStoreV7: true,
},
};

0 comments on commit 7d2a0c1

Please sign in to comment.