mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #18076 from storybookjs/docs_snippets_vue_figma
Chore: (Docs) Minor updates to snippets snippets
This commit is contained in:
commit
a36db1adf0
@ -16,7 +16,7 @@ export const Template = () => ({ props: {} });
|
||||
name="Example"
|
||||
parameters={{
|
||||
design: {
|
||||
type: 'iframe',
|
||||
type: 'figma',
|
||||
url: 'https://www.figma.com/file/Sample-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',
|
||||
},
|
||||
};
|
||||
|
@ -23,7 +23,7 @@ export const Template = () => ({
|
||||
name="Example"
|
||||
parameters={{
|
||||
design: {
|
||||
type: 'iframe',
|
||||
type: 'figma',
|
||||
url: 'https://www.wikipedia.org/',
|
||||
},
|
||||
}}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user