diff --git a/examples/vue-kitchen-sink/src/stories/__snapshots__/core.stories.storyshot b/examples/vue-kitchen-sink/src/stories/__snapshots__/core.stories.storyshot index c5dce74f714..c6f10f6e74e 100644 --- a/examples/vue-kitchen-sink/src/stories/__snapshots__/core.stories.storyshot +++ b/examples/vue-kitchen-sink/src/stories/__snapshots__/core.stories.storyshot @@ -12,7 +12,10 @@ exports[`Storyshots Core/Parameters passed to story 1`] = ` "globalParameter": "globalParameter", "chapterParameter": "chapterParameter", "storyParameter": "storyParameter", - "__isArgsStory": true + "__isArgsStory": true, + "__id": "core-parameters--passed-to-story", + "args": {}, + "argTypes": {} } diff --git a/examples/vue-kitchen-sink/src/stories/__snapshots__/custom-decorators.stories.storyshot b/examples/vue-kitchen-sink/src/stories/__snapshots__/custom-decorators.stories.storyshot index 975094a2635..737307a65ab 100644 --- a/examples/vue-kitchen-sink/src/stories/__snapshots__/custom-decorators.stories.storyshot +++ b/examples/vue-kitchen-sink/src/stories/__snapshots__/custom-decorators.stories.storyshot @@ -57,7 +57,10 @@ exports[`Storyshots Custom/Decorator for Vue With Data 1`] = ` }, "framework": "vue", "globalParameter": "globalParameter", - "__isArgsStory": true + "__isArgsStory": true, + "__id": "custom-decorator-for-vue--with-data", + "args": {}, + "argTypes": {} }, "initialArgs": {}, "argTypes": {},