mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Update vue snapshots with backcompat parameters
This commit is contained in:
parent
a154975ba3
commit
e1b4d1a71a
@ -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>
|
||||
|
@ -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": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user