UNPKG

@mt-kit/vue-config

Version:
16 lines (12 loc) 268 B
import Index from "./index.vue"; import type { Meta, StoryObj } from "@storybook/vue3"; const meta = { component: Index, title: "Demo" } satisfies Meta<typeof Index>; export default meta; type TStory = StoryObj<typeof meta>; export const Demo: TStory = {};