feat: Header for help-center pages (#4987)
This commit is contained in:
parent
1bb9556c86
commit
43f46e96d4
12 changed files with 448 additions and 11 deletions
|
@ -33,7 +33,7 @@ const Template = (args, { argTypes }) => ({
|
|||
'<label-dropdown-item v-bind="$props" @click="onClick"></label-dropdown-item>',
|
||||
});
|
||||
|
||||
export const item = Template.bind({});
|
||||
item.args = {
|
||||
export const Item = Template.bind({});
|
||||
Item.args = {
|
||||
onClick: action('Selected'),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue