Skip to content

Commit

Permalink
Merge pull request #24724 from wuzhuobin/patch-1
Browse files Browse the repository at this point in the history
Update button-story-auto-docs.ts.mdx
  • Loading branch information
jonniebigodes committed Nov 7, 2023
2 parents 7b899e4 + ea5f9e5 commit 1911db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/web-components/button-story-auto-docs.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { Meta, StoryObj } from '@storybook/web-components';

const Meta: Meta = {
const meta: Meta = {
component: 'custom-button',
//👇 Enables auto-generated documentation for the component story
tags: ['autodocs'],
Expand Down

0 comments on commit 1911db3

Please sign in to comment.