diff --git a/src/components/VContentSwitcher/meta/VContentSwitcherPopover.stories.mdx b/src/components/VContentSwitcher/meta/VContentSwitcherPopover.stories.mdx new file mode 100644 index 0000000000..e55be7a287 --- /dev/null +++ b/src/components/VContentSwitcher/meta/VContentSwitcherPopover.stories.mdx @@ -0,0 +1,37 @@ +import { + ArgsTable, + Canvas, + Description, + Meta, + Story, +} from '@storybook/addon-docs' + +import VContentSwitcherPopover from '@/components/VContentSwitcher/VContentSwitcherPopover.vue' + + + +export const Template = (args, { argTypes }) => ({ + template: ``, + components: { VContentSwitcherPopover }, + props: Object.keys(argTypes), +}) + +# VContentSwitcherPopover + + + + + + + + {Template.bind({})} + +