Merge pull request #18076 from storybookjs/docs_snippets_vue_figma

Chore: (Docs) Minor updates to snippets  snippets
This commit is contained in:
jonniebigodes 2022-04-27 04:42:27 +01:00 committed by GitHub
commit a36db1adf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ export const Template = () => ({ props: {} });
name="Example"
parameters={{
design: {
type: 'iframe',
type: 'figma',
url: 'https://www.figma.com/file/Sample-File',
},
}}

View File

@ -22,7 +22,7 @@ const Template: Story = () => ({
export const Example = Template.bind({});
Example.parameters = {
design: {
type: 'iframe',
type: 'figma',
url: 'https://www.figma.com/file/Sample-File',
},
};

View File

@ -23,7 +23,7 @@ export const Template = () => ({
name="Example"
parameters={{
design: {
type: 'iframe',
type: 'figma',
url: 'https://www.wikipedia.org/',
},
}}

View File

@ -11,8 +11,8 @@ import MyComponent from './MyComponent.vue';
export const Template = (args) => ({
// Components used in your story `template` are defined in the `components` object
components: { MyComponent },
template: 'MyComponent />',
components: { MyComponent },
template: 'MyComponent />',
});
<Canvas>