@@ -310,7 +310,7 @@ exports[`Storyshots Custom|Decorator for Vue render 1`] = `
`;
-exports[`Storyshots Custom|Decorator for Vue template 1`] = `
+exports[`Storyshots Custom|Decorator for Vue Template 1`] = `
@@ -327,7 +327,7 @@ exports[`Storyshots Custom|Decorator for Vue template 1`] = `
`;
-exports[`Storyshots Custom|Decorator for Vue withData 1`] = `
+exports[`Storyshots Custom|Decorator for Vue With Data 1`] = `
@@ -336,18 +336,18 @@ exports[`Storyshots Custom|Decorator for Vue withData 1`] = `
>
{
- "id": "custom-decorator-for-vue--withdata",
+ "id": "custom-decorator-for-vue--with-data",
"kind": "Custom|Decorator for Vue",
- "name": "withData",
- "story": "withData",
+ "name": "With Data",
+ "story": "With Data",
"customContext": 52,
"parameters": {
"options": {
"hierarchyRootSeparator": {},
- "hierarchySeparator": {},
- "docs": {
- "iframeHeight": "60px"
- }
+ "hierarchySeparator": {}
+ },
+ "docs": {
+ "iframeHeight": "60px"
},
"globalParameter": "globalParameter",
"framework": "vue",
@@ -368,7 +368,7 @@ exports[`Storyshots Custom|Method for rendering Vue JSX 1`] = `
`;
-exports[`Storyshots Custom|Method for rendering Vue pre-registered component 1`] = `
+exports[`Storyshots Custom|Method for rendering Vue Pre Registered Component 1`] = `
This component was pre-registered in .storybook/config.js
@@ -384,7 +384,13 @@ exports[`Storyshots Custom|Method for rendering Vue pre-registered component 1`]
`;
-exports[`Storyshots Custom|Method for rendering Vue render + component 1`] = `
+exports[`Storyshots Custom|Method for rendering Vue Render 1`] = `
+
+ renders a div with some text in it..
+
+`;
+
+exports[`Storyshots Custom|Method for rendering Vue Render Component 1`] = `