Update vue snapshots with backcompat parameters

This commit is contained in:
Tom Coleman 2021-09-05 11:18:53 +10:00
parent a154975ba3
commit e1b4d1a71a
2 changed files with 8 additions and 2 deletions

View File

@ -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": {}
}
</pre>
</div>

View File

@ -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": {},